Skip to content
Snippets Groups Projects
Commit 384a8ed1 authored by hjk's avatar hjk Committed by hjk
Browse files

debugger: don't store empty watched expressions


Change-Id: I3aa6ae756557c86caed7860bd0ffb26dced35bdc
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 8e508f3a
No related branches found
No related tags found
No related merge requests found
...@@ -1223,6 +1223,7 @@ void WatchHandler::endCycle() ...@@ -1223,6 +1223,7 @@ void WatchHandler::endCycle()
void WatchHandler::cleanup() void WatchHandler::cleanup()
{ {
m_expandedINames.clear(); m_expandedINames.clear();
m_watcherNames.remove(QByteArray());
m_return->reinitialize(); m_return->reinitialize();
m_locals->reinitialize(); m_locals->reinitialize();
m_tooltips->reinitialize(); m_tooltips->reinitialize();
......
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