Creates a new debug adapter session.
The resolved debug configuration.
The identifier of the created debug adapter session.
Finds and returns an array of registered debug types.
An array of registered debug types
Dispose this object.
Provides the schema attributes.
The registered debug type
An JSON Schema describing the configuration attributes for the given debug type
Provides initial debug configuration.
The registered debug type
An array of debug configurations
Provides dynamic debug configurations by a provider debug type
An Array of objects containing the debug type and corresponding dynamic debug configurations array
Resolves a debug configuration by filling in missing values or by adding/changing/removing attributes before variable substitution.
The resolved debug configuration.
Resolves a debug configuration by filling in missing values or by adding/changing/removing attributes with substituted variables.
The resolved debug configuration.
Stop a running session for the given session id.
This service provides functionality to configure and to start a new debug adapter session. The workflow is the following. If user wants to debug an application and there is no debug configuration associated with the application then the list of available providers is requested to create suitable debug configuration. When configuration is chosen it is possible to alter the configuration by filling in missing values or by adding/changing/removing attributes. For this purpose the #resolveDebugConfiguration method is invoked. After that the debug adapter session will be started.