Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug enhancements #91

Open
42Bastian opened this issue Dec 31, 2021 · 3 comments
Open

Debug enhancements #91

42Bastian opened this issue Dec 31, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@42Bastian
Copy link
Contributor

42Bastian commented Dec 31, 2021

  • 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
Copy link
Contributor Author

Plus:

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

laoo added a commit that referenced this issue Jan 3, 2022
@laoo
Copy link
Owner

laoo commented Jan 3, 2022

Reset implemented

@laoo laoo mentioned this issue Jan 5, 2022
@laoo laoo added the enhancement New feature or request label Jan 5, 2022
laoo added a commit that referenced this issue Jan 7, 2022
@laoo
Copy link
Owner

laoo commented Mar 11, 2023

#118 Gave us memory dump window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants