debugger: revert accidentally committed "tbreak+continue instead of next" hack

This commit is contained in:
hjk
2009-09-23 16:42:57 +02:00
parent b18c6f5d55
commit f6104255d7
+1 -1
View File
@@ -1659,7 +1659,7 @@ void GdbEngine::nextExec()
if (qq->isReverseDebugging())
postCommand(_("-reverse-next"), CB(handleExecContinue));
else {
#if 0
#if 1
postCommand(_("-exec-next"), CB(handleExecContinue));
#else
postCommand(_("tbreak %1:%2").arg(QFileInfo(lastFile).fileName())