Debugger: Fix Symbian.

...which subclasses DebuggerRunner and does not call
DebuggerPlugin::startDebugger(), which connects the
engine, leading to strange malfunctions. Move functionality
to DebuggerRunner::start() to make it self-contained.
Add object names to engines for easier debugging.

Reviewed-by: hjk
This commit is contained in:
Friedemann Kleint
2010-08-24 15:35:46 +02:00
parent f1dea465ac
commit 54f9654bd3
12 changed files with 46 additions and 37 deletions

View File

@@ -106,7 +106,7 @@ QmlEngine::QmlEngine(const DebuggerStartParameters &startParameters)
, m_adapter(new QmlAdapter(this))
, m_addedAdapterToObjectPool(false)
{
setObjectName(QLatin1String("QmlEngine"));
}
QmlEngine::~QmlEngine()