debug_continue
Resume execution of the debuggee in a .NET/ASP.NET Core app. Optionally specify a thread ID to continue a specific stopped thread.
Instructions
Resume execution of the debuggee. Defaults to the last-stopped thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | No | Thread id to continue. If omitted, uses the last thread that stopped. |