Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
export
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
processLaunchAttachRequest
Method · 0.65
connectToConsole
Method · 0.65
Implementers
1
MI2
src/backend/mi2/mi2.ts
Calls
no outgoing calls
Tested by
no test coverage detected