Felix icon indicating copy to clipboard operation
Felix copied to clipboard

Debug enhancements

Open 42Bastian opened this issue 4 years ago • 3 comments

  • 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 avatar Dec 31 '21 14:12 42Bastian

Plus:

  • F7 ( step over) : If issued on a conditional branch: Breakpoint behind the branch (like Bugaboo). Helps to finish loops.

42Bastian avatar Dec 31 '21 15:12 42Bastian

Reset implemented

laoo avatar Jan 03 '22 14:01 laoo

#118 Gave us memory dump window

laoo avatar Mar 11 '23 21:03 laoo