debugger: make use of full source file list optional

This commit is contained in:
hjk
2009-12-09 11:13:20 +01:00
parent 68bd4d2b95
commit 8c52f5720c
7 changed files with 78 additions and 22 deletions

View File

@@ -365,6 +365,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
m_group.insert(theDebuggerAction(ShowStdNamespace), 0);
m_group.insert(theDebuggerAction(ShowQtNamespace), 0);
m_group.insert(theDebuggerAction(LogTimeStamps), 0);
m_group.insert(theDebuggerAction(UsePreciseBreakpoints), 0);
#ifdef USE_REVERSE_DEBUGGING
m_ui.checkBoxEnableReverseDebugging->hide();