Monitor or review path when debugging in VS Code

19 Views Asked by At

Can I do backtracing while debugging my code in VS Code? I would to monitor and review execution path of a program. Would like to see stepping backward through the program to view the actual sequence of instructions that lead to the current breakpoint.

I tried to explore command palette options for Debugging.

0

There are 0 best solutions below