MCPcopy Create free account
hub / github.com/Marus/cortex-debug / start

Method start

src/backend/backend.ts:40–40  ·  view source on GitHub ↗
(cwd: string, init: string[])

Source from the content-addressed store, hash-verified

38
39export interface IBackend {
40 start(cwd: string, init: string[]): Thenable<any>;
41 connect(target: string[]): Thenable<any>;
42 stop();
43 detach();

Callers 3

startGdbMethod · 0.65
createRTTSourceMethod · 0.65

Implementers 1

MI2src/backend/mi2/mi2.ts

Calls

no outgoing calls

Tested by

no test coverage detected