You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: