mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:53:28 +02:00
Debugger: fix adding watch via dialog. Open watch view window
git-svn-id: trunk@43304 -
This commit is contained in:
parent
b7a2c9476f
commit
03718c93d9
@ -941,7 +941,8 @@ begin
|
||||
end;
|
||||
|
||||
// watch was not added automatically => show a dialog
|
||||
ShowWatchProperties(nil, '');
|
||||
if ShowWatchProperties(nil, '') = mrOK then
|
||||
ViewDebugDialog(ddtWatches, False);
|
||||
end;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user