debugger: make 'watch' item work with new dumpers

This commit is contained in:
hjk
2009-12-04 13:22:39 +01:00
parent b0640b9a7a
commit ef9db9cf79
4 changed files with 67 additions and 19 deletions

View File

@@ -274,6 +274,7 @@ public:
{ return m_expandedINames.contains(iname); }
QSet<QString> expandedINames() const
{ return m_expandedINames; }
QStringList watchedExpressions() const;
static QString watcherEditPlaceHolder();