Interactive Flowchart Like Code Map When Debugging JavaScript (in Visual Studio Code)?

532 Views Asked by At

enter image description here

When reading some big open source projects' codes, it'd be pleasant if there's a view that shows the visualization result of program executing flow when debugging JavaScript. So if there're any tools like code map for debugging javascript? Like this: https://dailydotnettips.com/did-you-know-code-map-can-be-used-to-visualize-the-call-stacks-directly

0

There are 0 best solutions below