Skip to content
Snippets Groups Projects
Commit 35eec621 authored by hjk's avatar hjk
Browse files

debugger: clear list of expanded items when restarting

parent d4cee56e
No related branches found
No related tags found
No related merge requests found
......@@ -1220,6 +1220,9 @@ void WatchHandler::cleanup()
m_displayedINames.clear();
m_locals->reinitialize();
m_tooltips->reinitialize();
m_locals->m_fetchTriggered.clear();
m_watchers->m_fetchTriggered.clear();
m_tooltips->m_fetchTriggered.clear();
#if 0
for (EditWindows::ConstIterator it = m_editWindows.begin();
it != m_editWindows.end(); ++it) {
......
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