Protected
Readonly
registryProtected
Readonly
sessionProtected
Readonly
sessionsEvent handle to indicate when one or more dynamic debug configuration providers have been registered or unregistered.
Creates a new debug adapter session.
The resolved debug configuration.
Optional
_workspaceFolderUri: stringThe workspace folder for this sessions or undefined when folderless
The identifier of the created debug adapter session.
Protected
doProvides a dynamic debug configuration matching the name and the provider debug type
Optional
folder: stringProvides initial debug configuration.
The registered debug type
Optional
workspaceFolderUri: stringAn array of debug configurations
Provide debugger contributed variables see "variables" at https://code.visualstudio.com/api/references/contribution-points#contributes.debuggers
A Record of debug configuration provider types and a corresponding dynamic debug configurations array
Resolves a debug configuration by filling in missing values or by adding/changing/removing attributes before variable substitution.
Optional
workspaceFolderUri: stringThe resolved debug configuration, undefined or null.
Resolves a debug configuration by filling in missing values or by adding/changing/removing attributes with substituted variables.
Optional
workspaceFolderUri: stringThe resolved debug configuration, undefined or null.
DebugService implementation.