forked from qt-creator/qt-creator
DebuggerEngines: avoiding some runtime error message through extra checks
Reviewed-by: hjk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user