Variables
Const BREAKPOINT_KIND
BREAKPOINT_KIND: "breakpoint" = 'breakpoint'
Const DEBUG_VIEW_CONTAINER_TITLE_OPTIONS
DEBUG_VIEW_CONTAINER_TITLE_OPTIONS: ViewContainerTitleOptions = ...
Const DebugAdapterContribution
Const DebugAdapterFactory
Const DebugAdapterPath
DebugAdapterPath: "/services/debug-adapter" = '/services/debug-adapter'
Const DebugAdapterSession
Const DebugAdapterSessionFactory
Const DebugCallStackItemTypeKey
Const DebugConsoleSessionFactory
Const DebugEditorModelFactory
Const DebugPath
DebugPath: "/services/debug" = '/services/debug'
Const DebugPreferenceContribution
Const DebugSessionContribution
Const DebugSessionContributionRegistry
Const DebugSessionFactory
Const DebugSessionWidgetFactory
Const INLINE_VALUE_DECORATION_KEY
INLINE_VALUE_DECORATION_KEY: "inlinevaluedecoration" = 'inlinevaluedecoration'
Const debugPreferencesSchema
debugPreferencesSchema: PreferenceSchema = ...
Const launchPreferencesSchema
launchPreferencesSchema: PreferenceSchema = ...
Const launchSchemaId
launchSchemaId: "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' } ] }