Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ id
Method
id
src/targets/targets.ts:52–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
readonly sourcePathResolver?: ISourcePathResolver;
51
52
id(): string;
53
name(): string;
54
onNameChanged: IEvent<void>;
55
fileName(): string | undefined;
Callers
11
acquireDap
Method · 0.65
initAdapter
Method · 0.65
releaseDap
Method · 0.65
launch
Method · 0.65
buildVSSessionLauncher
Method · 0.65
getOrLaunchSession
Method · 0.65
_init
Method · 0.65
stop
Method · 0.65
_detachedFromTarget
Method · 0.65
listenToWorkerDomain
Function · 0.65
constructor
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