Nov 11, 2024
Post comments count7
Post likes count5
Debugger breakpoints are usually implemented by patching the in-memory copy of the code

The code in memory may not match what the debugger shows you if the debugger is itself is doing the changing.