forked from qt-creator/qt-creator
		
	debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
This commit is contained in:
		| @@ -368,6 +368,8 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent) | ||||
|     m_group.insert(theDebuggerAction(LogTimeStamps), 0); | ||||
|     m_group.insert(theDebuggerAction(VerboseLog), 0); | ||||
|     m_group.insert(theDebuggerAction(UsePreciseBreakpoints), 0); | ||||
|     m_group.insert(theDebuggerAction(BreakOnThrow), 0); | ||||
|     m_group.insert(theDebuggerAction(BreakOnCatch), 0); | ||||
|  | ||||
| #ifdef USE_REVERSE_DEBUGGING | ||||
|     m_ui.checkBoxEnableReverseDebugging->hide(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user