from Hacker News

Show HN: Stack trace visualization for VSCode – See your code path, live

by K0IN on 8/2/24, 10:03 PM with 0 comments

I sometimes have issues debugging large codebases and often find myself jumping between source files. This can be frustrating, so I built an extension that shows you the call path, along with the ability to inspect variables while debugging.

I would really appreciate any feedback you have! :)