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

Function __hxcpp_dbg_setStackVariableValue

src/hx/Debugger.cpp:1413–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411
1412
1413Dynamic __hxcpp_dbg_setStackVariableValue(int threadNumber,
1414 int stackFrameNumber,
1415 String name, Dynamic value,
1416 bool unsafe, Dynamic markNonexistent,
1417 Dynamic markThreadNotStopped)
1418{
1419 return hx::SetVariableValue(threadNumber, stackFrameNumber,
1420 name, value, unsafe,
1421 markNonexistent,
1422 markThreadNotStopped);
1423}
1424
1425
1426void __hxcpp_dbg_setNewParameterFunction(Dynamic function)

Callers

nothing calls this directly

Calls 1

SetVariableValueFunction · 0.85

Tested by

no test coverage detected