vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

Disassembly does not show until call stack is clicked #1113

Open koutheir opened 3 weeks ago

koutheir commented 3 weeks ago

Since some time, when "Show disassembly" is configured to "always", the disassembly listing tab does not show until I explicitly click on some call stack function. Stepping in also does not show the disassembly listing tab. When I step in an instruction that performs a call, the disassembly does not switch to the callee disassembly, and again, the disassembly listing tab only shows when I explicitly click on the newly-called function in the call stack.

The previous, correct behavior, was that disassembly listing tab appeared the moment I switch "Show disassembly" to "always". Stepping into a call instruction also switched the disassembly listing to the callee. All without me touching the call stack view.

OS: Debian trixie. VSCode version: 1.90.0 CodeLLDB version: 1.10.0 Compiler: rustc 1.78.0 Debuggee: x86_64-linux-gnu

log.log