MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / getDebugSession

Method getDebugSession

src/shared/vscode/interfaces.ts:83–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 applyNewDebugOption(): void;
82 currentDebugOption: DebugOption;
83 getDebugSession(): Promise<{ session: DebugSession } | undefined>;
84 handleBreakpointChange(e: BreakpointsChangeEvent): void;
85 hasPromptedAboutDebugSettings: boolean;
86 vmServices: {

Callers 1

debug.test.tsFile · 0.65

Implementers 1

DebugCommandssrc/extension/commands/debug.ts

Calls

no outgoing calls

Tested by

no test coverage detected