DBG: Fix stackframe for exceptions (fix for rev 30699 #1d566ba504)

git-svn-id: trunk@30702 -
This commit is contained in:
martin 2011-05-12 19:30:17 +00:00
parent 84bb0408ff
commit ab031a532f

View File

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