mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
gdebugger, gdbmi: fix stepping over exceptions
git-svn-id: trunk@56457 -
This commit is contained in:
parent
691aefec4a
commit
c0eb5da137
@ -6347,6 +6347,8 @@ var
|
||||
end;
|
||||
ectStepOver, ectStepOverInstruction, ectStepOut, ectStepInto:
|
||||
begin
|
||||
FTheDebugger.FPopExceptStack.EnableOrSetByAddr(Self, True);
|
||||
FTheDebugger.FCatchesBreak.EnableOrSetByAddr(Self, True);
|
||||
Result := FStepBreakPoint > 0;
|
||||
if Result then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user