Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
export
interface
IBackend {
40
start(cwd: string, init: string[]): Thenable<any>;
41
connect(target: string[]): Thenable<any>;
42
stop();
43
detach();
Callers
3
startGdb
Method · 0.65
receivedSWOConfigureEvent
Method · 0.65
createRTTSource
Method · 0.65
Implementers
1
MI2
src/backend/mi2/mi2.ts
Calls
no outgoing calls
Tested by
no test coverage detected