forked from qt-creator/qt-creator
		
	debugger: add a 'break at main' checkbox in the 'start and debug external' dialog
This commit is contained in:
		@@ -51,6 +51,7 @@ signals:
 | 
			
		||||
    void breakpointActivated(int index);
 | 
			
		||||
    void breakpointSynchronizationRequested();
 | 
			
		||||
    void breakByFunctionRequested(const QString &functionName);
 | 
			
		||||
    void breakByFunctionMainRequested();
 | 
			
		||||
 | 
			
		||||
private slots:
 | 
			
		||||
    void rowActivated(const QModelIndex &index);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user