forked from qt-creator/qt-creator
QmlDebugger: Enable basic debugging without QmlInspector plugin
Enable setting breakpoints, and showing the script console even if the QmlInspector plugin is not loaded. Reviewed-by: hjk
This commit is contained in:
@@ -52,6 +52,7 @@ const char * const M_DEBUG_VIEWS = "Debugger.Menu.View.Debug";
|
||||
|
||||
const char * const C_DEBUGMODE = "Debugger.DebugMode";
|
||||
const char * const C_CPPDEBUGGER = "Gdb Debugger";
|
||||
const char * const C_QMLDEBUGGER = "Qml/JavaScript Debugger";
|
||||
|
||||
const char * const DEBUGGER_COMMON_SETTINGS_ID = "A.Common";
|
||||
const char * const DEBUGGER_COMMON_SETTINGS_NAME =
|
||||
|
Reference in New Issue
Block a user