* The request starts the debuggee to run again.
(params: ContinueParams)
| 1274 | * The request starts the debuggee to run again. |
| 1275 | */ |
| 1276 | continue(params: ContinueParams): Promise<ContinueResult>; |
| 1277 | |
| 1278 | /** |
| 1279 | * The request starts the debuggee to run again for one step. |
no outgoing calls