forked from qt-creator/qt-creator
		
	debugger: make watchdog timeout configurable
This commit is contained in:
		@@ -362,6 +362,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
 | 
			
		||||
        m_ui.checkBoxEnableReverseDebugging);
 | 
			
		||||
    m_group.insert(theDebuggerAction(MaximalStackDepth), 
 | 
			
		||||
        m_ui.spinBoxMaximalStackDepth);
 | 
			
		||||
    m_group.insert(theDebuggerAction(GdbWatchdogTimeout), 0);
 | 
			
		||||
    m_group.insert(theDebuggerAction(ShowStdNamespace), 0);
 | 
			
		||||
    m_group.insert(theDebuggerAction(ShowQtNamespace), 0);
 | 
			
		||||
    m_group.insert(theDebuggerAction(LogTimeStamps), 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user