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

Function Breakpoint_Check

IDEHelper/DebugManager.cpp:1023–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021}
1022
1023BF_EXPORT void BF_CALLTYPE Breakpoint_Check(Breakpoint* breakpoint)
1024{
1025 gDebugger->CheckBreakpoint(breakpoint);
1026}
1027
1028BF_EXPORT int BF_CALLTYPE Breakpoint_GetPendingHotBindIdx(Breakpoint* breakpoint)
1029{

Callers

nothing calls this directly

Calls 1

CheckBreakpointMethod · 0.45

Tested by

no test coverage detected