Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ parent
Method
parent
src/targets/targets.ts:57–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
fileName(): string | undefined;
56
type
(): string;
57
parent(): ITarget | undefined;
58
canStop(): boolean;
59
stop(): void;
60
canRestart(): boolean;
Callers
12
createTargetContainer
Function · 0.65
attach
Method · 0.65
_attachToNewTargets
Method · 0.65
_disconnectTarget
Method · 0.65
acquireDap
Method · 0.65
getOrLaunchSession
Method · 0.65
_init
Method · 0.65
_init
Method · 0.65
initAdapter
Method · 0.65
framesTest.ts
File · 0.65
launchVirtualTerminalParent
Function · 0.65
getRootTarget
Function · 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