createDebugAdapterTracker
abstract fun createDebugAdapterTracker(session: DebugSession): ProviderResult<DebugAdapterTracker>(source)
The method 'createDebugAdapterTracker' is called at the start of a debug session in order to return a "tracker" object that provides read-access to the communication between the editor and a debug adapter.
Parameters
session
The debug session for which the debug adapter tracker will be used.