Highlight the execution flow during debugging.
164
Views
1
Comments
New
Debugger

Most of the times server actions, client actions can have multiple branches.
While debugging each node is currently available it would save a lot of time if we could just hit continue and the app automatically highlights the full path the execution has traversed.

The Idea is to have like a highlighted flow in the server actions, client actions, data actions etc. where developers can see exactly which flow the execution is going wrong in and make fixes accordingly.


This would help debug faster, saving the time to actually understand what each node is doing and also understanding the logic on a broader level.

This is very interesting idea Ashier! Would certainly help a lot.