vscode-kcide icon indicating copy to clipboard operation
vscode-kcide copied to clipboard

implement call stack (also in embedded debugger)

Open floooh opened this issue 2 years ago • 0 comments

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 avatar Dec 12 '23 11:12 floooh