DebuggerEngines: avoiding some runtime error message through extra checks

Reviewed-by:  hjk
This commit is contained in:
Christiaan Janssen
2010-11-25 11:34:46 +01:00
parent 63f3d03f6d
commit dede74de17
2 changed files with 5 additions and 3 deletions

View File

@@ -2508,7 +2508,7 @@ void DebuggerPluginPrivate::displayDebugger(DebuggerEngine *engine, bool updateE
connectEngine(engine);
if (updateEngine)
engine->updateAll();
updateState(engine);
engine->updateViews();
}
void DebuggerPluginPrivate::startDebugger(RunControl *rc)