debugger: fix order of special actions to start debugging

Change-Id: I0190012c4fe2ea916947561cb76e7974410fd6a1
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
hjk
2011-10-19 11:51:51 +02:00
committed by Eike Ziller
parent 44a18e30a1
commit cb430f1d70
3 changed files with 33 additions and 27 deletions

View File

@@ -47,8 +47,9 @@ 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";
const char G_START_LOCAL[] = "Debugger.Group.Start.Local";
const char G_START_REMOTE[] = "Debugger.Group.Start.Remote";
const char G_START_QML[] = "Debugger.Group.Start.Qml";
// Project Explorer run mode (RUN/DEBUG)
const char DEBUGMODE[] = "Debugger.DebugMode";