debugger: add runToLine and jumpToLine actions to editor context menu in debug mode

This commit is contained in:
hjk
2010-02-08 09:13:21 +01:00
parent d4ac9c9f8e
commit f0314d0f66
3 changed files with 47 additions and 19 deletions

View File

@@ -147,9 +147,11 @@ struct DebuggerManagerActions
QAction *resetAction; // FIXME: Should not be needed in a stable release
QAction *stepAction;
QAction *stepOutAction;
QAction *runToLineAction;
QAction *runToLineAction1; // in the Debug menu
QAction *runToLineAction2; // in the text editor context menu
QAction *runToFunctionAction;
QAction *jumpToLineAction;
QAction *jumpToLineAction1; // in the Debug menu
QAction *jumpToLineAction2; // in the text editor context menu
QAction *nextAction;
QAction *snapshotAction;
QAction *watchAction1; // in the Debug menu