Yazwh0 / BitMagic

Repository that brings in other submodules for a complete envrionment
GNU General Public License v3.0
12 stars 1 forks source link

Breakpoints in RAM don't appear to survive a debugging session #109

Open Yazwh0 opened 4 months ago

Yazwh0 commented 4 months ago

Breakpoints are on lines of code, but when the debugger restarts the disassembled code is likely to be different which means the breakpoints are placed almost randomly. Need to be either able to set via Disassembly window, so InstructionBreakpoints, or be able to track the address through debugging sessions.