forked from qt-creator/qt-creator
debugger: remove some debug output, also make dumper input more readable in
the log.
This commit is contained in:
@@ -2779,7 +2779,6 @@ static void setWatchDataEditValue(WatchData &data, const GdbMi &mi)
|
||||
static void setWatchDataValueToolTip(WatchData &data, const GdbMi &mi,
|
||||
int encoding = 0)
|
||||
{
|
||||
qDebug() << "TOOLTIP: " << mi.data().size() << "ENC:" << encoding;
|
||||
if (mi.isValid())
|
||||
data.setValueToolTip(decodeData(mi.data(), encoding));
|
||||
}
|
||||
@@ -3208,6 +3207,9 @@ void GdbEngine::sendWatchParameters(const QByteArray ¶ms0)
|
||||
}
|
||||
encoded[encoded.size() - 1] = '}';
|
||||
|
||||
params.replace('\0','!');
|
||||
emit gdbInputAvailable(QString(), QString::fromUtf8(params));
|
||||
|
||||
postCommand(_(encoded));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user