MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / kill

Method kill

src/targets/browser/spawn/browserProcess.ts:61–61  ·  view source on GitHub ↗

* Terminates the process;

()

Source from the content-addressed store, hash-verified

59 * Terminates the process;
60 */
61 kill(): void;
62}
63
64const inspectWsConnection = async (

Callers 14

pickAttach.test.tsFile · 0.65
onConnectionFailedFunction · 0.65
launchInnerFunction · 0.65
closeBrowserMethod · 0.65
exitListenerFunction · 0.65
launchFunction · 0.65
killMethod · 0.65
watchdog.tsFile · 0.65
createLifecycleMethod · 0.65
putPidInDebugModeFunction · 0.65

Implementers 3

NonTrackedBrowserProcesssrc/targets/browser/spawn/browserProce
PidTrackedBrowserProcesssrc/targets/browser/spawn/browserProce
ChildProcessBrowserProcesssrc/targets/browser/spawn/browserProce

Calls

no outgoing calls

Tested by

no test coverage detected