mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 10:08:37 +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;
|
Localize;
|
||||||
|
|
||||||
|
|
||||||
|
ThreadsMonitor := DebugBoss.Threads;
|
||||||
|
CallStackMonitor := DebugBoss.CallStack;
|
||||||
ThreadsNotification.OnCurrent := @ContextChanged;
|
ThreadsNotification.OnCurrent := @ContextChanged;
|
||||||
CallstackNotification.OnCurrent := @ContextChanged;
|
CallstackNotification.OnCurrent := @ContextChanged;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user