Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ waitingForDebugger
Method
waitingForDebugger
src/targets/targets.ts:80–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
79
initialize(): Promise<void>;
80
waitingForDebugger(): boolean;
81
supportsCustomBreakpoints(): boolean;
82
supportsXHRBreakpoints(): boolean;
83
scriptUrlToUrl(url: string): string;
Callers
1
_attachToNewTargets
Method · 0.65
Implementers
3
BrowserTarget
src/targets/browser/browserTargets.ts
NodeTarget
src/targets/node/nodeTarget.ts
NodeWorkerTarget
src/targets/node/nodeWorkerTarget.ts
Calls
no outgoing calls
Tested by
no test coverage detected