Skip to content

Pausing debugged program

As discussed with @mpickering during Zurihac, pause from ghc-debug-stub cannot be unpaused from the ghc-debug client.

Could be possibly fixed by sending a message from program being debugged to the client and then client pausing debugged program. That could be useful for debugging short running programs.