Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ shoudBreakOnLine
Method
shoudBreakOnLine
src/hx/Debugger.cpp:684–687 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
682
}
683
684
static bool shoudBreakOnLine()
685
{
686
return gBreakpoints->IsEmpty() || gStepType != hx::STEP_NONE;
687
}
688
689
private:
690
Callers
nothing calls this directly
Calls
1
IsEmpty
Method · 0.80
Tested by
no test coverage detected