Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disassembly does not show until call stack is clicked #1113

Open
koutheir opened this issue Jun 11, 2024 · 0 comments
Open

Disassembly does not show until call stack is clicked #1113

koutheir opened this issue Jun 11, 2024 · 0 comments

Comments

@koutheir
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant