mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
Debugger: Inspect-Win, update when thread/stack changes
This commit is contained in:
parent
c4ccc26fed
commit
788c6b3eaa
@ -803,6 +803,8 @@ begin
|
||||
Localize;
|
||||
|
||||
|
||||
ThreadsMonitor := DebugBoss.Threads;
|
||||
CallStackMonitor := DebugBoss.CallStack;
|
||||
ThreadsNotification.OnCurrent := @ContextChanged;
|
||||
CallstackNotification.OnCurrent := @ContextChanged;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user