Fields

createDebugAdapterTracker(session:DebugSession):ProviderResult<DebugAdapterTracker>

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.

@link DebugSession debug session} for which the debug adapter tracker will be used. @link DebugAdapterTracker debug adapter tracker} or undefined.

Parameters:

session

The {

Returns:

A {