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

Method debugStepOver

Engine/source/console/telnetDebugger.cpp:832–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830}
831
832void TelnetDebugger::debugStepOver()
833{
834 if (mState != Connected)
835 return;
836
837 setBreakOnNextStatement( true );
838 mStackPopBreakIndex = gEvalState.getStackDepth();
839 mProgramPaused = false;
840 send("RUNNING\r\n");
841}
842
843void TelnetDebugger::debugStepOut()
844{

Callers

nothing calls this directly

Calls 1

getStackDepthMethod · 0.80

Tested by

no test coverage detected