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

Function __hxcpp_dbg_getStackVariableValue

src/hx/Debugger.cpp:1401–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1399
1400
1401Dynamic __hxcpp_dbg_getStackVariableValue(int threadNumber,
1402 int stackFrameNumber,
1403 String name,
1404 bool unsafe, Dynamic markNonexistent,
1405 Dynamic markThreadNotStopped)
1406{
1407 return hx::GetVariableValue(threadNumber, stackFrameNumber,
1408 name, unsafe, markNonexistent,
1409 markThreadNotStopped);
1410}
1411
1412
1413Dynamic __hxcpp_dbg_setStackVariableValue(int threadNumber,

Callers

nothing calls this directly

Calls 1

GetVariableValueFunction · 0.85

Tested by

no test coverage detected