View source
typedef StoppedEvent
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Event message for 'stopped' event type. The event indicates that the execution of the debuggee has stopped due to some condition. This can be caused by a break point previously set, a stepping request has completed, by executing a debugger statement etc.