debugger: make 'Add to watch' available in the editor context menu in debug mode

This commit is contained in:
hjk
2009-12-11 18:19:51 +01:00
parent 1324a1c600
commit 0821f6fa51
3 changed files with 27 additions and 13 deletions

View File

@@ -150,7 +150,8 @@ struct DebuggerManagerActions
QAction *runToFunctionAction;
QAction *jumpToLineAction;
QAction *nextAction;
QAction *watchAction;
QAction *watchAction1; // in the Debug menu
QAction *watchAction2; // in the text editor context menu
QAction *breakAction;
QAction *sepAction;
QAction *reverseDirectionAction;