mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 09:29:10 +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;
|
end;
|
||||||
ectStepOver, ectStepOverInstruction, ectStepOut, ectStepInto:
|
ectStepOver, ectStepOverInstruction, ectStepOut, ectStepInto:
|
||||||
begin
|
begin
|
||||||
|
FTheDebugger.FPopExceptStack.EnableOrSetByAddr(Self, True);
|
||||||
|
FTheDebugger.FCatchesBreak.EnableOrSetByAddr(Self, True);
|
||||||
Result := FStepBreakPoint > 0;
|
Result := FStepBreakPoint > 0;
|
||||||
if Result then
|
if Result then
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user