Module Debug_protocol.Pause_command
The request suspends the debuggee. The debug adapter first sends the response and then a 'stopped' event (with reason 'pause') after the thread has been paused successfully.
module Arguments : sig ... end
module Result : sig ... end