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

Method step

src/backend/backend.ts:47–47  ·  view source on GitHub ↗
(threadId: number, instruction: boolean)

Source from the content-addressed store, hash-verified

45 continue(threadId: number): Thenable<boolean>;
46 next(threadId: number, instruction: boolean): Thenable<boolean>;
47 step(threadId: number, instruction: boolean): Thenable<boolean>;
48 stepOut(threadId: number): Thenable<boolean>;
49 addBreakPoint(breakpoint: OurSourceBreakpoint): Promise<OurSourceBreakpoint>;
50 removeBreakpoints(breakpoints: number[]): Promise<boolean>;

Callers 1

stepInRequestMethod · 0.65

Implementers 1

MI2src/backend/mi2/mi2.ts

Calls

no outgoing calls

Tested by

no test coverage detected