raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

[Feature request] module relative breakpoints

Open mistymntncop opened this issue 1 year ago • 0 comments

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.

mistymntncop avatar Oct 01 '24 10:10 mistymntncop