gdebugger, gdbmi: fix stepping over exceptions

git-svn-id: trunk@56457 -
This commit is contained in:
martin 2017-11-21 12:32:40 +00:00
parent 691aefec4a
commit c0eb5da137

View File

@ -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;