debugger: make debugger restartable using the buttons in the application output pane

This commit is contained in:
hjk
2010-07-20 18:31:35 +02:00
parent 62060ce79c
commit 753a28ed4e
3 changed files with 20 additions and 6 deletions

View File

@@ -470,6 +470,7 @@ void DebuggerRunControl::startFailed()
{
m_running = false;
emit finished();
engine()->handleStartFailed();
}
void DebuggerRunControl::handleStarted()