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

@@ -50,6 +50,8 @@ QWidget *GdbOptionsPage::createPage(QWidget *parent)
m_ui.scriptFileChooser);
m_group.insert(theDebuggerAction(GdbEnvironment),
m_ui.environmentEdit);
m_group.insert(theDebuggerAction(UsePreciseBreakpoints),
m_ui.checkBoxUsePreciseBreakpoints);
#if 1
m_ui.groupBoxPluginDebugging->hide();