forked from qt-creator/qt-creator
		
	Debugger: Always show "Start Debugging" methods
Don't rely on the 'current' project settings for actions like Attach to QML port. Also, group the actions in a General, Cpp and QML part, and add separators in between. Change-Id: I3103a6fc777180a69eee128d39d19de17f312ff3 Reviewed-on: http://codereview.qt-project.org/6323 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		@@ -46,6 +46,10 @@ const char C_DEBUGMODE[]            = "Debugger.DebugMode";
 | 
			
		||||
const char C_CPPDEBUGGER[]          = "Gdb Debugger";
 | 
			
		||||
const char C_QMLDEBUGGER[]          = "Qml/JavaScript Debugger";
 | 
			
		||||
 | 
			
		||||
// Menu Groups
 | 
			
		||||
const char G_START_CPP[]            = "Debugger.Group.Start.Cpp";
 | 
			
		||||
const char G_START_QML[]            = "Debugger.Group.Start.Cpp";
 | 
			
		||||
 | 
			
		||||
// Project Explorer run mode (RUN/DEBUG)
 | 
			
		||||
const char DEBUGMODE[]              = "Debugger.DebugMode";
 | 
			
		||||
const char DEBUGMODE2[]             = "Debugger.DebugMode2"; // Breaks on main.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user