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

@@ -49,6 +49,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();