forked from qt-creator/qt-creator
debugger: make use of full source file list optional
(cherry picked from commit 8c52f5720c)
This commit is contained in:
@@ -360,6 +360,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
|
||||
m_group.insert(theDebuggerAction(MaximalStackDepth),
|
||||
m_ui.spinBoxMaximalStackDepth);
|
||||
m_group.insert(theDebuggerAction(LogTimeStamps), 0);
|
||||
m_group.insert(theDebuggerAction(UsePreciseBreakpoints), 0);
|
||||
|
||||
#ifdef USE_REVERSE_DEBUGGING
|
||||
m_ui.checkBoxEnableReverseDebugging->hide();
|
||||
|
||||
Reference in New Issue
Block a user