Debugger: fix adding watch via dialog. Open watch view window

git-svn-id: trunk@43304 -
This commit is contained in:
martin 2013-10-23 12:53:12 +00:00
parent b7a2c9476f
commit 03718c93d9

View File

@ -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;
//-----------------------------------------------------------------------------