Add TODO note.
This commit is contained in:
@@ -565,6 +565,10 @@ ThreadHandler::_HandleBreakpointHitStep(CpuState* cpuState)
|
||||
_StepFallback();
|
||||
return true;
|
||||
}
|
||||
|
||||
// TODO: this needs to handle recursive cases properly as
|
||||
// STEP_OUT does, we need to have exited the statement
|
||||
// *and* be back in the call frame we started in.
|
||||
return false;
|
||||
|
||||
case STEP_INTO:
|
||||
|
||||
Reference in New Issue
Block a user