You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.