View source
typedef ContinueArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'continue' request.
Fields
threadId:Int
Continue execution for the specified thread (if possible). If the backend cannot continue on a single thread but will continue on all threads, it should set the 'allThreadsContinued' attribute in the response to true.