Creates a new debug adapter session.
The debug adapter session
Finds the debug adapter session by its id. Returning the value 'undefined' means the session isn't found.
The session identifier
The debug adapter session
Returns all instantiated debug adapter sessions.
An array of debug adapter sessions
Removes debug adapter session from the list of the instantiated sessions. Is invoked when session is terminated and isn't needed anymore.
The session identifier
Debug adapter session manager.