mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 11:50:26 +02:00
FpDebug: Fix a crash / endless recursion, if a symbol (watch) is not found while in a finally block.
git-svn-id: trunk@62309 -
This commit is contained in:
parent
6e2e1b018f
commit
98cc84231b
@ -496,7 +496,8 @@ begin
|
||||
end;
|
||||
|
||||
if (par_fp <> cur_fp) or (cur_fp = 0) or
|
||||
not MemManager.ReadRegister(RegPc, pc, SearchCtx)
|
||||
(i <= 0) or
|
||||
not MemManager.ReadRegister(RegPc, pc, SearchCtx)
|
||||
then begin
|
||||
FOuterNotFound := True;
|
||||
SearchCtx.ReleaseReference;
|
||||
|
Loading…
Reference in New Issue
Block a user