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:
@@ -569,7 +569,7 @@ void InspectorUi::setupDockWidgets()
|
||||
{
|
||||
Debugger::DebuggerUISwitcher *uiSwitcher = Debugger::DebuggerUISwitcher::instance();
|
||||
|
||||
m_toolbar->createActions(Core::Context(Constants::C_INSPECTOR));
|
||||
m_toolbar->createActions(Core::Context(Debugger::Constants::C_QMLDEBUGGER));
|
||||
m_toolbar->setObjectName("QmlInspectorToolbar");
|
||||
|
||||
m_crumblePath = new ContextCrumblePath;
|
||||
|
||||
Reference in New Issue
Block a user