mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 21:19:15 +02:00
FpDebug: Tests
git-svn-id: trunk@63077 -
This commit is contained in:
parent
3e545f0813
commit
5436e7a8f8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user