MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / pushDebugFrame

Method pushDebugFrame

Engine/source/console/consoleInternal.cpp:787–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787void ExprEvalState::pushDebugFrame(S32 stackIndex)
788{
789 pushFrameRef(stackIndex);
790
791 Dictionary& newFrame = *(stack[mStackDepth - 1]);
792
793 // debugger needs to know this info...
794 newFrame.scopeName = stack[stackIndex]->scopeName;
795 newFrame.scopeNamespace = stack[stackIndex]->scopeNamespace;
796 newFrame.code = stack[stackIndex]->code;
797 newFrame.ip = stack[stackIndex]->ip;
798}
799
800ExprEvalState::ExprEvalState()
801{

Callers 1

evaluateExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected