forked from qt-creator/qt-creator
Debugger: Add some menu actions.
- Windows: Inspect a module by running depends. - Clear all watches.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user