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

@@ -104,7 +104,6 @@ public:
void setEnabledEngines(DebuggerEngineType enabledEngines);
void startFailed();
void startSuccessful();
void debuggingFinished();
RunConfiguration *runConfiguration() const { return m_myRunConfiguration.data(); }
@@ -119,7 +118,6 @@ public:
QString *settingsPage = 0);
private slots:
void handleStarted();
void handleFinished();
protected: