mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 04:00:32 +01:00
DBG: Fix stackframe for exceptions (fix for rev 30699 #1d566ba504)
git-svn-id: trunk@30702 -
This commit is contained in:
parent
84bb0408ff
commit
ab031a532f
@ -4269,7 +4269,7 @@ begin
|
||||
end;
|
||||
finally
|
||||
List.Free;
|
||||
TGDBMICallstack(FTheDebugger.CallStack).DoThreadChanged; // update the current-index
|
||||
FTheDebugger.CallStack.CurrentCallStackList.EntriesForThreads[FTheDebugger.FCurrentThreadId].CurrentIndex := FTheDebugger.FCurrentStackFrame;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user