MCPcopy Create free account
hub / github.com/covscript/covscript / reset_status

Function reset_status

sources/debugger.cpp:317–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315breakpoint_recorder breakpoints;
316
317void reset_status()
318{
319 exec_by_step = false;
320 current_level = 0;
321 step_into_function = false;
322 breakpoints.reset();
323}
324
325bool covscript_debugger()
326{

Callers 3

covscript_mainFunction · 0.85
interpretMethod · 0.85
runMethod · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected