debugger: make adjustments of breakpoint markers on lines without code optional

This commit is contained in:
hjk
2010-09-21 17:02:41 +02:00
parent 55fe83c291
commit 727c16a690
5 changed files with 30 additions and 3 deletions

View File

@@ -81,6 +81,8 @@ QWidget *GdbOptionsPage::createPage(QWidget *parent)
m_ui.scriptFileChooser);
m_group.insert(theDebuggerAction(GdbEnvironment),
m_ui.environmentEdit);
m_group.insert(theDebuggerAction(AdjustBreakpointLocations),
m_ui.checkBoxAdjustBreakpointLocations);
m_group.insert(theDebuggerAction(UsePreciseBreakpoints),
m_ui.checkBoxUsePreciseBreakpoints);
m_group.insert(theDebuggerAction(GdbWatchdogTimeout),