debugger: better updating of the stack and debugger view location marker

This commit is contained in:
hjk
2009-10-01 16:23:26 +02:00
parent 59739162ad
commit 828b1f9616
3 changed files with 9 additions and 2 deletions

View File

@@ -1348,6 +1348,8 @@ void DebuggerManager::jumpToLineExec()
void DebuggerManager::resetLocation()
{
d->m_disassemblerViewAgent.resetLocation();
d->m_stackHandler->setCurrentIndex(-1);
// Connected to the plugin.
emit resetLocationRequested();
}