forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/master' into 2.6
Final merge of master into 2.6.
This commit is contained in:
@@ -1939,6 +1939,8 @@ void DebuggerPluginPrivate::toggleBreakpointByFileAndLine(const QString &fileNam
|
||||
handler->removeBreakpoint(id);
|
||||
} else {
|
||||
BreakpointParameters data(BreakpointByFileAndLine);
|
||||
if (debuggerCore()->boolSetting(BreakpointsFullPathByDefault))
|
||||
data.pathUsage = BreakpointUseFullPath;
|
||||
data.tracepoint = !tracePointMessage.isEmpty();
|
||||
data.message = tracePointMessage;
|
||||
data.fileName = fileName;
|
||||
|
||||
Reference in New Issue
Block a user