Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ setBreakTarget
Method
setBreakTarget
src/hx/cppia/CppiaCompiler.cpp:402–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
void setBreakTarget() HXCPP_OVERRIDE
403
{
404
for(int i=0;i<allBreaks.size();i++)
405
comeFrom(allBreaks[i]);
406
allBreaks.setSize(0);
407
}
408
409
410
void setFunctionDebug() HXCPP_OVERRIDE
Callers
1
genCode
Method · 0.80
Calls
2
setSize
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected