MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / onBreakpointsReset

Function onBreakpointsReset

src/runtime/context.cpp:769–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767 }
768
769 void onBreakpointsReset ( const char * file, int breakpointsNum ) {
770 for_each_debug_agent([&](const DebugAgentPtr & pAgent){
771 pAgent->onBreakpointsReset( file, breakpointsNum );
772 });
773 }
774
775 class CppOnlyDebugAgent : public DebugAgent {
776 public:

Callers

nothing calls this directly

Calls 2

for_each_debug_agentFunction · 0.85
onBreakpointsResetMethod · 0.45

Tested by

no test coverage detected