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

implement call stack (also in embedded debugger) #3

Open
3 tasks
floooh opened this issue Dec 12, 2023 · 0 comments
Open
3 tasks

implement call stack (also in embedded debugger) #3

floooh opened this issue Dec 12, 2023 · 0 comments

Comments

@floooh
Copy link
Owner

floooh commented Dec 12, 2023

Nice to have! This would involve tracking subroutine call instructions in the embedded debugger and tracking their call targets.

And then:

  • add a new window to the embedded debugger with the callstack (clicking on the callstack should move the debug window there so that it's possible to set a breakpoint
  • add callstack support to the emulator's webapi
  • ...and implement the call stack for the vscode debug adapter.
@floooh floooh mentioned this issue Dec 12, 2023
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant