Add commands/ignorecount/conditioncommands to all breakpoints.

This commit is contained in:
Ernie Pasveer
2023-07-23 17:26:38 -05:00
parent 6b99975b87
commit 90e95e2319
13 changed files with 218 additions and 47 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ QString SeerPrintpointCreateDialog::printpointText () const {
printpointParameters += " --line " + lineNumberText();
}
// Build the format string, ensuring a \" at the beggining and end of the string.
// Build the format string, ensuring a \" at the beginning and end of the string.
printpointParameters += " ";
if (format().front() != QString("\"")) {