Skip to content
Snippets Groups Projects
Commit 097d1e4e authored by hjk's avatar hjk
Browse files

debugger: call beginCycle also for new dumpers

parent cb5a93ff
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ namespace Internal {
#else
# define PENDING_DEBUG(s)
#endif
#define PENDING_DEBUGX(s) qDebug() << s
#define CB(callback) &GdbEngine::callback, STRINGIFY(callback)
......@@ -3379,6 +3380,8 @@ void GdbEngine::updateLocals(const QVariant &cookie)
{
m_pendingRequests = 0;
if (isSynchroneous()) {
manager()->watchHandler()->beginCycle();
m_toolTipExpression.clear();
QStringList expanded = m_manager->watchHandler()->expandedINames().toList();
postCommand(_("bb %1 %2")
.arg(int(theDebuggerBoolSetting(UseDebuggingHelpers)))
......
......@@ -1095,7 +1095,6 @@ void WatchHandler::beginCycle()
void WatchHandler::endCycle()
{
//qDebug() << "END CYCLE";
m_locals->endCycle();
m_watchers->endCycle();
m_tooltips->endCycle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment