FpDebug: ensure any StackFrame data is cleared on run. (fix displaying old stacktraces)

git-svn-id: trunk@62139 -
This commit is contained in:
martin 2019-10-28 17:07:06 +00:00
parent 1739434138
commit e5692c88e3

View File

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