mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 11:10:23 +02:00
Debugger: fix watches to compile (without added defines)
This commit is contained in:
parent
5db70a399c
commit
947030b575
@ -1028,7 +1028,7 @@ begin
|
||||
else
|
||||
tvWatches.NodeText[VNode, COL_WATCH_VALUE-1]:= '<not evaluated>';
|
||||
|
||||
if (DebugBoss.Debugger <> nil) and (DebugBoss.Debugger.State <> dsRun) and
|
||||
if (DebugBoss <> nil) and (DebugBoss.State <> dsRun) and
|
||||
(WatchValue <> nil) and (WatchValue.Validity <> ddsRequested)
|
||||
then begin
|
||||
TypInfo := WatchValue.TypeInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user