DebugAdapterDescriptorFactory
A debug adapter factory that creates debug adapter descriptors.
Functions
Link copied to clipboard
abstract fun createDebugAdapterDescriptor(session: DebugSession, executable: DebugAdapterExecutable?): ProviderResult<DebugAdapterDescriptor>
'createDebugAdapterDescriptor' is called at the start of a debug session to provide details about the debug adapter to use. These details must be returned as objects of type DebugAdapterDescriptor. Currently two types of debug adapters are supported: