Skip to content

feat: call tree side bar #373

Description

@lcottercertinia

description

A call tree side panel to see things like current stack variables would be very useful. On the db view we also inline at lot of information that may be better placed in a side panel.

If we show a call tree on timeline this is probably best servers being in a tab.

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions