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.
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.