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

Method interrupt

src/backend/backend.ts:44–44  ·  view source on GitHub ↗
(arg: string)

Source from the content-addressed store, hash-verified

42 stop();
43 detach();
44 interrupt(arg: string): Thenable<boolean>;
45 continue(threadId: number): Thenable<boolean>;
46 next(threadId: number, instruction: boolean): Thenable<boolean>;
47 step(threadId: number, instruction: boolean): Thenable<boolean>;

Callers 1

pauseRequestMethod · 0.65

Implementers 1

MI2src/backend/mi2/mi2.ts

Calls

no outgoing calls

Tested by

no test coverage detected