mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 10:49:14 +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,6 +496,7 @@ begin
|
||||
end;
|
||||
|
||||
if (par_fp <> cur_fp) or (cur_fp = 0) or
|
||||
(i <= 0) or
|
||||
not MemManager.ReadRegister(RegPc, pc, SearchCtx)
|
||||
then begin
|
||||
FOuterNotFound := True;
|
||||
|
Loading…
Reference in New Issue
Block a user