debugger: set print object _on_

Change-Id: Ic9d87d480cbb54dbd8ef431ef062150e11f89834
Reviewed-on: http://codereview.qt.nokia.com/3102
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-08-17 14:55:11 +02:00
committed by hjk
parent a946538089
commit 773a36a068

View File

@@ -4605,7 +4605,7 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &settingsIdHint)
//postCommand("define hookpost-stop\nprint 5\nend");
//postCommand("define hook-call\nprint 6\nend");
//postCommand("define hookpost-call\nprint 7\nend");
//postCommand("set print object on"); // works with CLI, but not MI
postCommand("set print object on");
//postCommand("set step-mode on"); // we can't work with that yes
//postCommand("set exec-done-display on");
//postCommand("set print pretty on");