Skip to content
Snippets Groups Projects
Commit 0d4b3ee8 authored by hjk's avatar hjk
Browse files

debugger: better tell gdb about changed breakpoint attributes.

parent 89ae2641
No related branches found
No related tags found
No related merge requests found
......@@ -332,6 +332,7 @@ void BreakWindow::editConditions(const QModelIndexList &list)
model()->setData(idx.sibling(idx.row(), 4), ui.lineEditCondition->text());
model()->setData(idx.sibling(idx.row(), 5), ui.spinBoxIgnoreCount->value());
}
emit breakpointSynchronizationRequested();
}
void BreakWindow::resizeColumnsToContents()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment