forked from qt-creator/qt-creator
debugger: fix fallback path to the CLI break
The filenames have to be quoted differently.
This commit is contained in:
@@ -741,6 +741,7 @@ void BreakHandler::setState(BreakpointId id, BreakpointState state)
|
||||
}
|
||||
|
||||
it->state = state;
|
||||
layoutChanged();
|
||||
}
|
||||
|
||||
void BreakHandler::notifyBreakpointChangeAfterInsertNeeded(BreakpointId id)
|
||||
|
||||
Reference in New Issue
Block a user