forked from qt-creator/qt-creator
debugger: show the result of failed dumper calls in the log
This commit is contained in:
@@ -3748,7 +3748,7 @@ void GdbEngine::handleStackFrame(const GdbResponse &response)
|
||||
rebuildModel();
|
||||
}
|
||||
} else {
|
||||
QTC_ASSERT(false, /**/);
|
||||
debugMessage(_("DUMPER FAILED: " + response.toString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user