aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchhandler.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2011-10-31 16:15:48 +0100
committerhjk <[email protected]>2011-10-31 16:19:17 +0100
commit7ed10649716ba37eef4949fdbf28778a1a62fff5 (patch)
tree4806f654a3012aaa73be80b493435d17cd39032b /src/plugins/debugger/watchhandler.cpp
parent71dfe61c8879367de1e2c3623e021a3408bff1a9 (diff)
debugger: fix "unexpected" state changes when aborting the debugger
Diffstat (limited to 'src/plugins/debugger/watchhandler.cpp')
-rw-r--r--src/plugins/debugger/watchhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp
index b5004a524fc..81ea6173f13 100644
--- a/src/plugins/debugger/watchhandler.cpp
+++ b/src/plugins/debugger/watchhandler.cpp
@@ -1224,6 +1224,7 @@ void WatchHandler::endCycle()
void WatchHandler::cleanup()
{
m_expandedINames.clear();
+ m_watcherNames.remove(QByteArray());
m_return->reinitialize();
m_locals->reinitialize();
m_tooltips->reinitialize();