debugger: fix addToWatchWindow

This commit is contained in:
hjk
2010-06-22 18:30:18 +02:00
parent d00ece77d7
commit e6590ff598
5 changed files with 31 additions and 73 deletions

View File

@@ -462,7 +462,6 @@ void DebuggerRunControl::start()
.arg(toolChainName(sp.toolChainType)), LogStatus);
showMessage(DebuggerSettings::instance()->dump(), LogDebug);
plugin()->setBusyCursor(false);
engine()->startDebugger(this);
}