debugger: show non-ASCII in QString, too

This commit is contained in:
hjk
2009-04-02 10:54:22 +02:00
parent afa7aec596
commit 47995286b5
6 changed files with 57 additions and 53 deletions

View File

@@ -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);