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

Function __hxcpp_dbg_getStackVariables

src/hx/Debugger.cpp:1391–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389
1390
1391Array<Dynamic> __hxcpp_dbg_getStackVariables(int threadNumber,
1392 int stackFrameNumber,
1393 bool unsafe,
1394 Dynamic markThreadNotStopped)
1395{
1396 return hx::GetStackVariables(threadNumber, stackFrameNumber,
1397 unsafe, markThreadNotStopped);
1398}
1399
1400
1401Dynamic __hxcpp_dbg_getStackVariableValue(int threadNumber,

Callers

nothing calls this directly

Calls 1

GetStackVariablesFunction · 0.85

Tested by

no test coverage detected