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 View lacks a "Go To Address" function #13262

Open
bplu4t2f opened this issue Feb 9, 2025 · 1 comment
Open

Disassembly View lacks a "Go To Address" function #13262

bplu4t2f opened this issue Feb 9, 2025 · 1 comment
Labels
debugger Feature Request help wanted Can be fixed in the public (open source) repo.

Comments

@bplu4t2f
Copy link

bplu4t2f commented Feb 9, 2025

Feature Request

Particularly when debugging suspicious jumps and/or function pointer assignments, it would be extremely helpful to be able to enter a memory address, and have the Disassembly View go to that memory address (and disassemble it if applicable).

Right now, you have to scroll manually. What's worse is that scrolling with the PageUp and PageDown keys does not behave well because it insists on snapping to boundaries of instructions and source snippets, and if a source snippet is particularly large (i.e. taller than the screen), then PageUp and PageDown don't work.

Copy link

Thank you for your feature request. While we may not be able to implement it immediately, we will monitor community reactions to see how it fits into our backlog. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated.

@github-actions github-actions bot added the help wanted Can be fixed in the public (open source) repo. label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugger Feature Request help wanted Can be fixed in the public (open source) repo.
Projects
None yet
Development

No branches or pull requests

2 participants