debugger: make breakpoint enables state visible in the breakpoint dialog

This commit is contained in:
hjk
2010-11-30 08:59:22 +01:00
parent 3cff7afbbc
commit cf154b3bc3
4 changed files with 38 additions and 15 deletions

View File

@@ -1809,6 +1809,7 @@ void GdbEngine::continueInferiorInternal()
void GdbEngine::autoContinueInferior()
{
resetLocation();
continueInferiorInternal();
showStatusMessage(tr("Continuing after temporary stop..."), 1000);
}