Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
breakpoint_recorder breakpoints;
316
317
void reset_status()
318
{
319
exec_by_step = false;
320
current_level = 0;
321
step_into_function = false;
322
breakpoints.reset();
323
}
324
325
bool covscript_debugger()
326
{
Callers
3
covscript_main
Function · 0.85
interpret
Method · 0.85
run
Method · 0.85
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected