mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:20:41 +02:00
FpDebug: ensure any StackFrame data is cleared on run. (fix displaying old stacktraces)
git-svn-id: trunk@62139 -
This commit is contained in:
parent
1739434138
commit
e5692c88e3
@ -832,6 +832,8 @@ begin
|
||||
if MaybeDetach then
|
||||
exit;
|
||||
|
||||
FCurrentProcess.ThreadsClearCallStack;
|
||||
|
||||
repeat
|
||||
if assigned(FCurrentProcess) and not assigned(FMainProcess) then begin
|
||||
// IF there is a pause-request, we will hit a deCreateProcess.
|
||||
|
Loading…
Reference in New Issue
Block a user