forked from qt-creator/qt-creator
debugger: use the right flag to select using full paths for breakpoints
This commit is contained in:
@@ -258,7 +258,7 @@ void BreakWindow::contextMenuEvent(QContextMenuEvent *ev)
|
||||
else if (act == toggleEnabledAction)
|
||||
setBreakpointsEnabled(si, !enabled);
|
||||
else if (act == pathAction)
|
||||
setBreakpointsFullPath(si, !enabled);
|
||||
setBreakpointsFullPath(si, !fullpath);
|
||||
else if (act == breakAtFunctionAction) {
|
||||
BreakByFunctionDialog dlg(this);
|
||||
if (dlg.exec())
|
||||
|
||||
Reference in New Issue
Block a user