Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __hxcpp_dbg_addFileLineBreakpoint
Function
__hxcpp_dbg_addFileLineBreakpoint
src/hx/Debugger.cpp:1347–1350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1345
1346
1347
int __hxcpp_dbg_addFileLineBreakpoint(String fileName, int lineNumber)
1348
{
1349
return hx::Breakpoints::Add(fileName, lineNumber);
1350
}
1351
1352
1353
int __hxcpp_dbg_addClassFunctionBreakpoint(String className,
Callers
nothing calls this directly
Calls
1
Add
Function · 0.50
Tested by
no test coverage detected