Variables Const BREAKPOINT_ KINDBREAKPOINT_ KIND: "breakpoint" = 'breakpoint'
Const DEBUG_ SCHEMEDEBUG_ SCHEME: "debug" = 'debug'
Const DEBUG_ VIEW_ CONTAINER_ TITLE_ OPTIONSDEBUG_ VIEW_ CONTAINER_ TITLE_ OPTIONS: ViewContainerTitleOptions = ...
Const DISASSEMBLE_ REQUEST_ SUPPORTEDDISASSEMBLE_ REQUEST_ SUPPORTED: "disassembleRequestSupported" = 'disassembleRequestSupported'
Const DISASSEMBLY_ VIEW_ FOCUSDISASSEMBLY_ VIEW_ FOCUS: "disassemblyViewFocus" = 'disassemblyViewFocus'
Const Debug Adapter ContributionConst Debug Adapter FactoryConst Debug Adapter PathDebug Adapter Path: "/services/debug-adapter" = '/services/debug-adapter'
Const Debug Adapter SessionConst Debug Adapter Session FactoryConst Debug Call Stack Item Type KeyConst Debug Console Session FactoryConst Debug Editor Model FactoryConst Debug PathDebug Path: "/services/debug" = '/services/debug'
Const Debug Preference ContributionConst Debug Session ContributionConst Debug Session Contribution RegistryConst Debug Session FactoryConst FOCUSED_ STACK_ FRAME_ HAS_ INSTRUCTION_ REFERENCEFOCUSED_ STACK_ FRAME_ HAS_ INSTRUCTION_ REFERENCE: "focusedStackFrameHasInstructionReference" = 'focusedStackFrameHasInstructionReference'
Const INLINE_ VALUE_ DECORATION_ KEYINLINE_ VALUE_ DECORATION_ KEY: "inlinevaluedecoration" = 'inlinevaluedecoration'
Const LANGUAGE_ SUPPORTS_ DISASSEMBLE_ REQUESTLANGUAGE_ SUPPORTS_ DISASSEMBLE_ REQUEST: "languageSupportsDisassembleRequest" = 'languageSupportsDisassembleRequest'
Const OPEN_ DISASSEMBLY_ VIEW_ COMMANDOPEN_ DISASSEMBLY_ VIEW_ COMMAND: Command = ...
Const SCHEME_ PATTERNSCHEME_ PATTERN: RegExp = ...
Const debug Preferences Schemadebug Preferences Schema: PreferenceSchema = ...
default default: ContainerModule
default default: ContainerModule
Const launch Preferences Schemalaunch Preferences Schema: PreferenceSchema = ...
Const launch Schema Idlaunch Schema Id: "vscode://schemas/launch" = 'vscode://schemas/launch'
Debug adapter executable. Parameters to instantiate the debug adapter.
In case of launching adapter the parameters contain a command and arguments. For instance: {'command' : 'COMMAND_TO_LAUNCH_DEBUG_ADAPTER', args : [ { 'arg1', 'arg2' } ] }
In case of forking the node process, contain the modulePath to fork. For instance: {'modulePath' : 'NODE_COMMAND_TO_LAUNCH_DEBUG_ADAPTER', args : [ { 'arg1', 'arg2' } ] }