diff --git a/ide/debugmanager.pas b/ide/debugmanager.pas index c45a56990b..58d59815b2 100644 --- a/ide/debugmanager.pas +++ b/ide/debugmanager.pas @@ -1938,6 +1938,8 @@ begin itmRunMenuEvaluate.Enabled := (not DebuggerInvalid) and (dcEvaluate in FDebugger.Commands); + itmRunMenuAddWatch.Enabled := (not DebuggerInvalid) + and (dcWatch in FDebugger.Commands); // TODO: add other debugger menuitems // TODO: implement by actions end;