vscode-clojure-debug
vscode-clojure-debug copied to clipboard
As a user I want to be able to see a call trace when I execute my code.
A call trace that shows function calls with arguments and return values that is generated automatically would be very useful when analyzing code. Something along the lines of Sayid would work.