debugger: make use of full source file list optional

(cherry picked from commit 8c52f5720c)
This commit is contained in:
hjk
2009-12-09 11:13:20 +01:00
committed by con
parent 769c51504c
commit ca637fdc33
7 changed files with 78 additions and 22 deletions

View File

@@ -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();