forked from qt-creator/qt-creator
debugger: make 'Add to watch' available in the editor context menu in debug mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user