mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:55:58 +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;
|
end;
|
||||||
|
|
||||||
// watch was not added automatically => show a dialog
|
// watch was not added automatically => show a dialog
|
||||||
ShowWatchProperties(nil, '');
|
if ShowWatchProperties(nil, '') = mrOK then
|
||||||
|
ViewDebugDialog(ddtWatches, False);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user