debugger: pop up a window when the application receives a signal like SIGSEGV

Just mentioning it in the status bar is often not enough to take notice.
This commit is contained in:
hjk
2009-08-13 14:33:02 +02:00
parent 21c3e014b9
commit 6fd0433cd6
5 changed files with 37 additions and 6 deletions

View File

@@ -294,6 +294,8 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
m_ui.checkBoxListSourceFiles);
m_group.insert(theDebuggerAction(UseAlternatingRowColors),
m_ui.checkBoxUseAlternatingRowColors);
m_group.insert(theDebuggerAction(UseMessageBoxForSignals),
m_ui.checkBoxUseMessageBoxForSignals);
m_group.insert(theDebuggerAction(SkipKnownFrames),
m_ui.checkBoxSkipKnownFrames);
m_group.insert(theDebuggerAction(UseToolTips),