FpDebug: Tests

git-svn-id: trunk@63077 -
This commit is contained in:
martin 2020-04-25 13:23:32 +00:00
parent 3e545f0813
commit 5436e7a8f8

View File

@ -632,8 +632,8 @@ procedure TTestStepping.DoTestExceptionStepOverEx(
Debugger.RunToNextPause(dcStepOver); // Step back to end
StepIfAtLine(TstName, 'BrkStepNestedExcept_TRY'); // may step to "try"
Debugger.RunToNextPause(dcStepOver); // Step back to finaly
if not ANextOnlyStopOnStartLine then
StepIfAtLine(TstName, 'BrkStepNestedExcept_Finally_BEFORE'); // TODO: XXXXX StepOver may stop at the step out line.
//if not ANextOnlyStopOnStartLine then
// StepIfAtLine(TstName, 'BrkStepNestedExcept_Finally_BEFORE'); // TODO: XXXXX StepOver may stop at the step out line.
TestLocation(TstName+': CurLine ', 'BrkStepNestedExcept_Finally_AFTER', -1);
StepOverToLine(TstName,'BrkStepNestedExcept_Finally_END', True);