mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Fixed Breakpoints that have conditional statements.
This commit is contained in:
@@ -183,7 +183,7 @@ QString SeerPrintpointCreateDialog::printpointText () const {
|
||||
|
||||
if (conditionalEnabled()) {
|
||||
if (conditionalText() != "") {
|
||||
printpointParameters += " -c " + conditionalText();
|
||||
printpointParameters += " -c \"" + conditionalText() + "\"";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user