forked from qt-creator/qt-creator
		
	debugger: better updating of the stack and debugger view location marker
This commit is contained in:
		@@ -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();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user