MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_dbg_addClassFunctionBreakpoint

Function __hxcpp_dbg_addClassFunctionBreakpoint

src/hx/Debugger.cpp:1353–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351
1352
1353int __hxcpp_dbg_addClassFunctionBreakpoint(String className,
1354 String functionName)
1355{
1356 return hx::Breakpoints::Add(className, functionName);
1357}
1358
1359
1360void __hxcpp_dbg_deleteAllBreakpoints()

Callers

nothing calls this directly

Calls 1

AddFunction · 0.50

Tested by

no test coverage detected