forked from qt-creator/qt-creator
		
	debugger: add option to automatically derefence pointers in locals&watchers
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user