DebugSession$Typings extension

on

Properties

configuration DebugConfiguration
The "resolved" {@link DebugConfigurationdebug configuration} of this session. "Resolved" means that
no setter
customRequest Future Function(String, [dynamic])
getter/setter pair
getDebugProtocolBreakpoint Future Function(Breakpoint)
getter/setter pair
id String
The unique ID of this debug session.
no setter
name String
The debug session's name is initially taken from the {@link DebugConfiguration debug configuration}. Any changes will be properly reflected in the UI.
getter/setter pair
parentSession DebugSession?
The parent session of this debug session, if it was created as a child.
no setter
type String
The debug session's type from the {@link DebugConfigurationdebug configuration}.
no setter
workspaceFolder WorkspaceFolder?
The workspace folder of this session or undefined for a folderless setup.
no setter