Closed
Description
I'm using this extension for debugging with GDB on Linux. When using "-exec" in the debug console, GDB commands that modify the debugger state do not seem to update VS Code's views.
For example, when stepping forward with "-exec next" or "-exec advance", VS Code will not show any change e.g. in source location until I perform another debug step with VS Code's controls.
Is there any way to tell VS Code to update its views? Should it maybe update automatically after every command?