View source
typedef ReverseContinueRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
ReverseContinue request; value of command field is 'reverseContinue'. The request starts the debuggee to run backward. Clients should only call this request if the capability 'supportsStepBack' is true.