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:
Kai Koehne
2010-09-22 14:16:29 +02:00
parent 4fdede8b28
commit 3e9f333769
5 changed files with 4 additions and 7 deletions

View File

@@ -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;