OptionaldebugThe debug adapter session factory. If a default implementation of the debug adapter session does not fit all needs it is possible to provide its own implementation using this factory. But it is strongly recommended to extend the default implementation if so.
Optional ReadonlylabelOptional ReadonlylanguagesReadonlytypeThe debug type. Should be a unique value among all debug adapters.
OptionalgetOptionalgetThe contributed configuration schema for this debug type.
OptionalprovideProvides a debug adapter executable based on debug configuration to launch a new debug adapter or to connect to existed one.
The resolved debug configuration.
OptionalprovideProvides initial debug configuration.
OptionalworkspaceFolderUri: stringAn array of debug configurations.
OptionalresolveResolves a debug configuration by filling in missing values or by adding/changing/removing attributes before variable substitution.
The debug configuration to resolve.
OptionalworkspaceFolderUri: stringThe resolved debug configuration.
OptionalresolveResolves a debug configuration by filling in missing values or by adding/changing/removing attributes with substituted variables.
The debug configuration to resolve.
OptionalworkspaceFolderUri: stringThe resolved debug configuration.
A contribution point for debug adapters.