forked from qt-creator/qt-creator
debugger: add option to search debug info in well-known locations
Change-Id: I16e32f0e44fc628c7dca5270083a9bb1050769c1 Reviewed-on: http://codereview.qt-project.org/5371 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -90,6 +90,8 @@ QWidget *GdbOptionsPage::createPage(QWidget *parent)
|
||||
m_ui->scriptFileChooser);
|
||||
m_group.insert(debuggerCore()->action(LoadGdbInit),
|
||||
m_ui->checkBoxLoadGdbInit);
|
||||
m_group.insert(debuggerCore()->action(AutoEnrichParameters),
|
||||
m_ui->checkBoxAutoEnrichParameters);
|
||||
m_group.insert(debuggerCore()->action(TargetAsync),
|
||||
m_ui->checkBoxTargetAsync);
|
||||
m_group.insert(debuggerCore()->action(AdjustBreakpointLocations),
|
||||
|
||||
Reference in New Issue
Block a user