forked from qt-creator/qt-creator
Debugger: Split Expressions view into dock of its own
Change-Id: Ie86a5bd72c3140219f925835a065d9f6a3ae0ea4 Task-number: QTCREATORBUG-19167 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#include <functional>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QIcon;
|
||||
class QMessageBox;
|
||||
class QWidget;
|
||||
class QMenu;
|
||||
@@ -67,7 +66,7 @@ enum TestCases
|
||||
|
||||
// Some convenience.
|
||||
void updateState(DebuggerRunTool *runTool);
|
||||
void updateWatchersWindow(bool showWatch, bool showReturn);
|
||||
void updateLocalsWindow(bool showReturn);
|
||||
const CPlusPlus::Snapshot &cppCodeModelSnapshot();
|
||||
bool hasSnapshots();
|
||||
void openTextEditor(const QString &titlePattern, const QString &contents);
|
||||
@@ -83,6 +82,7 @@ void synchronizeBreakpoints();
|
||||
|
||||
void saveModeToRestore();
|
||||
QWidget *mainWindow();
|
||||
void raiseWatchersWindow();
|
||||
bool isRegistersWindowVisible();
|
||||
bool isModulesWindowVisible();
|
||||
void showModuleSymbols(const QString &moduleName, const QVector<Internal::Symbol> &symbols);
|
||||
|
||||
Reference in New Issue
Block a user