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

Function collectDebugAgentState

src/runtime/context.cpp:763–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761 }
762
763 void collectDebugAgentState ( Context & ctx, const LineInfo & at ) {
764 for_each_debug_agent([&](const DebugAgentPtr & pAgent){
765 pAgent->onCollect( &ctx, at );
766 });
767 }
768
769 void onBreakpointsReset ( const char * file, int breakpointsNum ) {
770 for_each_debug_agent([&](const DebugAgentPtr & pAgent){

Callers

nothing calls this directly

Calls 2

for_each_debug_agentFunction · 0.85
onCollectMethod · 0.45

Tested by

no test coverage detected