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

[Feature request] module relative breakpoints #317

Open
mistymntncop opened this issue Oct 1, 2024 · 0 comments
Open

[Feature request] module relative breakpoints #317

mistymntncop opened this issue Oct 1, 2024 · 0 comments
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.

Comments

@mistymntncop
Copy link

mistymntncop commented Oct 1, 2024

It would be great if you could create module relative breakpoints (relative to the base of the module e.g. mod_base("MyProg.exe")+0x1234). Absolute breakpoints may be invalidated when restarting debugging due to ASLR, and it is no fun having to recreate them all manually. So if you click to add a breakpoint inside a module (as opposed to module-less JIT code) in the disassembly view it would add it as a module-relative breakpoint by default (or perhaps function relative if symbols are available ?). Thanks.

@ryanfleury ryanfleury added the Feature Request A request for a new feature or improvement. label Oct 8, 2024
@ryanfleury ryanfleury added the Debugger Pertains to the debugger. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants