debug-log-analyzer icon indicating copy to clipboard operation
debug-log-analyzer copied to clipboard

feat: show local, class and global variable values that are currently on the stack

Open lcottercertinia opened this issue 2 years ago • 0 comments

description

I would like to be able to see the currently local, class and global variable that are on the stack for a given node at that particular point in the execution.

Describe the solution you'd like

Show variable values on the timeline maybe via tooltip. Show on calltree within context e.g local global.

Possibly this could be extended to work with the vscode debugger with step over etc. (but would be more work) Add debugger like feature in a side panel so the code can be focused as this panel is navigated. Will need to keep track of which variables are in scope e.g class level are visible from method.

lcottercertinia avatar Aug 26 '23 15:08 lcottercertinia