Debugger: Inspect-Win, update when thread/stack changes

This commit is contained in:
Martin 2022-06-09 01:57:23 +02:00
parent c4ccc26fed
commit 788c6b3eaa

View File

@ -803,6 +803,8 @@ begin
Localize;
ThreadsMonitor := DebugBoss.Threads;
CallStackMonitor := DebugBoss.CallStack;
ThreadsNotification.OnCurrent := @ContextChanged;
CallstackNotification.OnCurrent := @ContextChanged;