forked from qt-creator/qt-creator
debugger: fix adding a debugger for a toolchain
This commit is contained in:
@@ -98,8 +98,8 @@ void CommonOptionsPage::apply()
|
|||||||
m_group.apply(ICore::instance()->settings());
|
m_group.apply(ICore::instance()->settings());
|
||||||
|
|
||||||
if (m_ui.debuggerChooserWidget->isDirty()) {
|
if (m_ui.debuggerChooserWidget->isDirty()) {
|
||||||
//m_abiToDebuggerMap = m_ui.debuggerChooserWidget->debuggerMapping();
|
m_abiToDebuggerMap = m_ui.debuggerChooserWidget->debuggerMapping();
|
||||||
m_ui.debuggerChooserWidget->setDebuggerMapping(m_abiToDebuggerMap);
|
//m_ui.debuggerChooserWidget->setDebuggerMapping(m_abiToDebuggerMap);
|
||||||
m_abiToDebuggerMapChanged = true;
|
m_abiToDebuggerMapChanged = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user