MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / pushStackFrame

Method pushStackFrame

Engine/source/console/telnetDebugger.cpp:413–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void TelnetDebugger::pushStackFrame()
414{
415 if(mState == NotConnected)
416 return;
417
418 if(mBreakOnNextStatement && mStackPopBreakIndex > -1 &&
419 gEvalState.getStackDepth() > mStackPopBreakIndex)
420 setBreakOnNextStatement( false );
421}
422
423void TelnetDebugger::popStackFrame()
424{

Callers 1

execMethod · 0.80

Calls 1

getStackDepthMethod · 0.80

Tested by

no test coverage detected