debugger: fix fallback path to the CLI break

The filenames have to be quoted differently.
This commit is contained in:
hjk
2011-03-04 18:08:56 +01:00
parent f6ccdfb2cd
commit 486c1ddb18
3 changed files with 24 additions and 12 deletions

View File

@@ -741,6 +741,7 @@ void BreakHandler::setState(BreakpointId id, BreakpointState state)
}
it->state = state;
layoutChanged();
}
void BreakHandler::notifyBreakpointChangeAfterInsertNeeded(BreakpointId id)