Debugger: Add an option to show simple values as text annotations

Change-Id: I726d8559d7e28abd776ce483d5f670be5af09412
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2021-01-18 16:30:38 +01:00
parent 0ed99a954b
commit 79ade10c4a
11 changed files with 181 additions and 12 deletions

View File

@@ -119,6 +119,8 @@ public:
void reexpandItems();
void recordTypeInfo(const GdbMi &typeInfo);
void setLocation(const Location &loc);
private:
DebuggerEngine * const m_engine; // Not owned
WatchModel *m_model; // Owned.