* The event indicates that the execution of the debuggee has continued. * Please note: a debug adapter is not expected to send this event in response to a request that implies that execution continues, e.g. 'launch' or 'continue'. * It is only necessary to send a 'continued' event if there
(params: ContinuedEventParams)
| 70 | * It is only necessary to send a 'continued' event if there was no previous request that implied this. |
| 71 | */ |
| 72 | continued(params: ContinuedEventParams): void; |
| 73 | |
| 74 | /** |
| 75 | * The event indicates that the debuggee has exited and returns its exit code. |