MCPcopy Create free account
hub / github.com/beefytech/Beef / Breakpoint_Delete

Function Breakpoint_Delete

IDEHelper/DebugManager.cpp:1018–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1016}
1017
1018BF_EXPORT void BF_CALLTYPE Breakpoint_Delete(Breakpoint* wdBreakpoint)
1019{
1020 gDebugger->DeleteBreakpoint(wdBreakpoint);
1021}
1022
1023BF_EXPORT void BF_CALLTYPE Breakpoint_Check(Breakpoint* breakpoint)
1024{

Callers

nothing calls this directly

Calls 1

DeleteBreakpointMethod · 0.45

Tested by

no test coverage detected