debugger: show the result of failed dumper calls in the log

This commit is contained in:
hjk
2010-01-13 17:08:53 +01:00
parent 4a46d0864b
commit 0cadbd85de

View File

@@ -3748,7 +3748,7 @@ void GdbEngine::handleStackFrame(const GdbResponse &response)
rebuildModel();
}
} else {
QTC_ASSERT(false, /**/);
debugMessage(_("DUMPER FAILED: " + response.toString()));
}
}