issues
search
laoo
/
Felix
Atari Lynx emulator
MIT License
41
stars
6
forks
source link
Debug enhancements
#91
Open
42Bastian
opened
2 years ago
42Bastian
commented
2 years ago
Preserve breakpoints when image/.o is reloaded
Reload image by key, e.g. ctrl-r
Lua shell
multiple disassembly windows (for example commercial IAR C-Spy has up to 4)
~memory dump window~
Lua function to tell the CPU/Core or Debug-class about a label. Allows scanning of custom files symbol files.
~no autorun if debug windows are open.~
~reset (F3 preferred as Handy)~
42Bastian
commented
2 years ago
Plus:
F7 ( step over) : If issued on a conditional branch: Breakpoint behind the branch (like Bugaboo). Helps to finish loops.
laoo
commented
2 years ago
Reset implemented
laoo
commented
1 year ago
118 Gave us memory dump window