MCPcopy Create free account
hub / github.com/Vector35/debugger / RemoveBreakpoint

Method RemoveBreakpoint

core/debugadapter.h:256–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 virtual bool RemoveBreakpoint(const DebugBreakpoint& breakpoint) = 0;
255
256 virtual bool RemoveBreakpoint(const ModuleNameAndOffset& address) { return false; }
257
258 virtual std::vector<DebugBreakpoint> GetBreakpointList() const = 0;
259

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected