Asynchronous breakpoint handling

This commit is contained in:
Arvid Ephraim Picciani
2010-11-08 18:55:32 +01:00
parent 17f39388ac
commit 5f75e5979e
5 changed files with 119 additions and 1 deletions

View File

@@ -519,6 +519,7 @@ void BreakWindow::editBreakpoints(const QModelIndexList &list)
data->condition = newCondition.toLatin1();
data->ignoreCount = newIgnoreCount.toInt();
data->threadSpec = newThreadSpec.toLatin1();
data->uiDirty = true;
}
synchronizeBreakpoints();
}