forked from qt-creator/qt-creator
debugger: update registers when switching stack frames
This commit is contained in:
@@ -2388,6 +2388,7 @@ void GdbEngine::activateFrame(int frameIndex)
|
||||
|
||||
stackHandler->setCurrentIndex(frameIndex);
|
||||
updateLocals();
|
||||
reloadRegisters();
|
||||
}
|
||||
|
||||
gotoLocation(stackHandler->currentFrame(), true);
|
||||
|
||||
Reference in New Issue
Block a user