forked from qt-creator/qt-creator
		
	debugger: try quicker start when no breakpoints are set
This prevents initial reading of debug information when no breakpoints are set. The debug information will be read on first stop instead, e.g. when the user interrupts. Change-Id: I6156347bf108e9ed89f54ca67021f37c02fa5116 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
		@@ -118,6 +118,7 @@ enum DebuggerActionCode
 | 
			
		||||
 | 
			
		||||
    // Gdb
 | 
			
		||||
    LoadGdbInit,
 | 
			
		||||
    AttemptQuickStart,
 | 
			
		||||
    GdbStartupCommands,
 | 
			
		||||
    GdbWatchdogTimeout,
 | 
			
		||||
    AutoEnrichParameters,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user