Add TODO note.
This commit is contained in:
@@ -565,6 +565,10 @@ ThreadHandler::_HandleBreakpointHitStep(CpuState* cpuState)
|
|||||||
_StepFallback();
|
_StepFallback();
|
||||||
return true;
|
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;
|
return false;
|
||||||
|
|
||||||
case STEP_INTO:
|
case STEP_INTO:
|
||||||
|
|||||||
Reference in New Issue
Block a user