* 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.
(params: StoppedEventParams)
| 63 | * This can be caused by a break point previously set, a stepping request has completed, by executing a debugger statement etc. |
| 64 | */ |
| 65 | stopped(params: StoppedEventParams): void; |
| 66 | |
| 67 | /** |
| 68 | * The event indicates that the execution of the debuggee has continued. |