Debugger: Add some menu actions.

- Windows: Inspect a module by running depends.
- Clear all watches.
This commit is contained in:
Friedemann Kleint
2011-01-14 17:28:37 +01:00
parent 1aef962e5a
commit 2f6a86d6a5
4 changed files with 39 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ public:
void cleanup();
void watchExpression(const QString &exp);
void removeWatchExpression(const QString &exp);
Q_SLOT void clearWatches();
Q_SLOT void emitAllChanged();
void beginCycle(bool fullCycle = true); // Called at begin of updateLocals() cycle