The 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.
The debug type. Should be a unique value among all debug adapters.
The contributed configuration schema for this debug type.
Provides a debug adapter executable based on debug configuration to launch a new debug adapter or to connect to existed one.
The resolved debug configuration.
Provides initial debug configuration.
An array of debug configurations.
Resolves a debug configuration by filling in missing values or by adding/changing/removing attributes before variable substitution.
The debug configuration to resolve.
The resolved debug configuration.
Resolves a debug configuration by filling in missing values or by adding/changing/removing attributes with substituted variables.
The debug configuration to resolve.
The resolved debug configuration.
A contribution point for debug adapters.