MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / clearBreakPoints

Method clearBreakPoints

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

Source from the content-addressed store, hash-verified

71 addBreakPoint(breakpoint: Breakpoint): Thenable<[boolean, Breakpoint]>;
72 removeBreakPoint(breakpoint: Breakpoint): Thenable<boolean>;
73 clearBreakPoints(source?: string): Thenable<any>;
74 getThreads(): Thenable<Thread[]>;
75 getStack(startFrame: number, maxLevels: number, thread: number): Thenable<Stack[]>;
76 getStackVariables(thread: number, frame: number): Thenable<Variable[]>;

Callers 1

setBreakPointsRequestMethod · 0.65

Implementers 1

MI2src/backend/mi2/mi2.ts

Calls

no outgoing calls

Tested by

no test coverage detected