debugger: make add & remove wathcers work again after the action changes

This commit is contained in:
hjk
2009-03-19 12:53:58 +01:00
parent 50cabb9216
commit 532c18d723
4 changed files with 20 additions and 5 deletions

View File

@@ -3533,7 +3533,7 @@ void GdbEngine::updateWatchModel2()
void GdbEngine::handleQueryDataDumper(const GdbResultRecord &record)
{
qDebug() << "DATA DUMPER TRIAL:" << record.toString();
//qDebug() << "DATA DUMPER TRIAL:" << record.toString();
GdbMi output = record.data.findChild("consolestreamoutput");
QByteArray out = output.data();
out = out.mid(out.indexOf('"') + 2); // + 1 is success marker