Readonly
configurationThe "resolved" debug configuration of this session.
Readonly
idThe unique ID of this debug session.
Readonly
nameThe debug session's name from the debug configuration.
Optional
Readonly
parentThe parent session of this debug session, if it was created as a child.
DebugSessionOptions.parentSession
Readonly
typeThe debug session's type from the debug configuration.
Readonly
workspaceThe workspace folder of this session or undefined
for a folderless setup.
Maps a breakpoint in the editor to the corresponding Debug Adapter Protocol (DAP) breakpoint that is managed by the debug adapter of the debug session. If no DAP breakpoint exists (either because the editor breakpoint was not yet registered or because the debug adapter is not interested in the breakpoint), the value undefined is returned.
a Breakpoint in the editor.
A debug session.