debugger: add option to automatically derefence pointers in locals&watchers

This commit is contained in:
hjk
2009-10-06 10:54:08 +02:00
parent 2eed41b6df
commit d130588469
7 changed files with 47 additions and 16 deletions

View File

@@ -147,6 +147,8 @@ private:
Q_SLOT void setDebugDebuggingHelpers(const QVariant &on);
Q_SLOT void setUseDebuggingHelpers(const QVariant &on);
Q_SLOT void setAutoDerefPointers(const QVariant &on);
virtual bool isGdbEngine() const { return true; }
//
// Own stuff