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

Method connect

src/backend/backend.ts:41–41  ·  view source on GitHub ↗
(target: string[])

Source from the content-addressed store, hash-verified

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

Callers 2

connectToConsoleMethod · 0.65

Implementers 1

MI2src/backend/mi2/mi2.ts

Calls

no outgoing calls

Tested by

no test coverage detected