debugger: call beginCycle also for new dumpers

This commit is contained in:
hjk
2009-10-27 17:16:46 +01:00
parent cb5a93ff49
commit 097d1e4e6c
2 changed files with 3 additions and 1 deletions

View File

@@ -1095,7 +1095,6 @@ void WatchHandler::beginCycle()
void WatchHandler::endCycle()
{
//qDebug() << "END CYCLE";
m_locals->endCycle();
m_watchers->endCycle();
m_tooltips->endCycle();