Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ stop
Method
stop
src/targets/node/program.ts:26–26 ·
view source on GitHub ↗
* Forcefully stops the program.
()
Source
from the content-addressed store, hash-verified
24
* Forcefully stops the program.
25
*/
26
stop(): Promise<IStopMetadata>;
27
}
28
29
/**
Callers
10
terminate
Method · 0.65
terminate
Function · 0.65
restart
Function · 0.65
createLifecycle
Method · 0.65
launchProgram
Method · 0.65
restart
Method · 0.65
onFirstInitialize
Method · 0.65
CombinedProgram
Class · 0.65
stop
Method · 0.65
doLaunch
Method · 0.65
Implementers
5
VSCodeTerminalProcess
src/targets/node/terminalNodeLauncher.
CombinedProgram
src/targets/node/program.ts
SubprocessProgram
src/targets/node/program.ts
StubProgram
src/targets/node/program.ts
TerminalProcess
src/targets/node/program.ts
Calls
no outgoing calls
Tested by
no test coverage detected