mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Allow breakpoints for files with spaces
Adds double quotes to source file paths to fix garbage data error.
This commit is contained in:
@@ -200,7 +200,7 @@ QString SeerPrintpointCreateDialog::printpointText () const {
|
||||
}
|
||||
|
||||
if (filenameText() != "") {
|
||||
printpointParameters += " --source " + filenameText();
|
||||
printpointParameters += " --source \"" + filenameText() +"\"";
|
||||
}
|
||||
|
||||
if (functionNameText() != "") {
|
||||
|
||||
Reference in New Issue
Block a user