forked from qt-creator/qt-creator
debugger: show non-ASCII in QString, too
This commit is contained in:
@@ -1056,7 +1056,8 @@ void DebuggerManager::sessionLoaded()
|
||||
void DebuggerManager::sessionUnloaded()
|
||||
{
|
||||
return;
|
||||
cleanupViews();
|
||||
//FIXME: Breakview crashes on startup as there is
|
||||
//cleanupViews();
|
||||
if (m_engine)
|
||||
m_engine->shutdown();
|
||||
setStatus(DebuggerProcessNotReady);
|
||||
|
||||
Reference in New Issue
Block a user