Fixed Breakpoints that have conditional statements.

This commit is contained in:
Ernie Pasveer
2023-01-11 19:58:22 -06:00
parent 8728e7e2e5
commit c2d01fc143
5 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ QString SeerPrintpointCreateDialog::printpointText () const {
if (conditionalEnabled()) {
if (conditionalText() != "") {
printpointParameters += " -c " + conditionalText();
printpointParameters += " -c \"" + conditionalText() + "\"";
}
}