DebugSession$Typings extension
- on
Properties
- configuration → DebugConfiguration
-
Available on DebugSession, provided by the DebugSession$Typings extension
The "resolved" {@link DebugConfigurationdebug configuration} of this session. "Resolved" means thatno setter - customRequest ↔ Future Function(String, [dynamic])
-
Available on DebugSession, provided by the DebugSession$Typings extension
getter/setter pair - getDebugProtocolBreakpoint ↔ Future Function(Breakpoint)
-
Available on DebugSession, provided by the DebugSession$Typings extension
getter/setter pair - id → String
-
Available on DebugSession, provided by the DebugSession$Typings extension
The unique ID of this debug session.no setter - name ↔ String
-
Available on DebugSession, provided by the DebugSession$Typings extension
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?
-
Available on DebugSession, provided by the DebugSession$Typings extension
The parent session of this debug session, if it was created as a child.no setter - type → String
-
Available on DebugSession, provided by the DebugSession$Typings extension
The debug session's type from the {@link DebugConfigurationdebug configuration}.no setter - workspaceFolder → WorkspaceFolder?
-
Available on DebugSession, provided by the DebugSession$Typings extension
The workspace folder of this session orundefined
for a folderless setup.no setter