MCPcopy
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

terminateMethod · 0.65
terminateFunction · 0.65
restartFunction · 0.65
createLifecycleMethod · 0.65
launchProgramMethod · 0.65
restartMethod · 0.65
onFirstInitializeMethod · 0.65
CombinedProgramClass · 0.65
stopMethod · 0.65
doLaunchMethod · 0.65

Implementers 5

VSCodeTerminalProcesssrc/targets/node/terminalNodeLauncher.
CombinedProgramsrc/targets/node/program.ts
SubprocessProgramsrc/targets/node/program.ts
StubProgramsrc/targets/node/program.ts
TerminalProcesssrc/targets/node/program.ts

Calls

no outgoing calls

Tested by

no test coverage detected