View source
typedef PauseRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Pause request; value of command field is 'pause'. 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.