vvvvalvalval / scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
573 stars 14 forks source link

How should i get the execution point and code site without using logs? #49

Open drewverlee opened 1 year ago

drewverlee commented 1 year ago

As the title says, i would like to get the execution point and code site without going to the logs. My logs are often very cluttered.

I would like the option to both just view it, maybe in a global atom. AND turn on a mode where the spy information is just up to date with the last eval. I'm curious if you have any feedback on either of these ideas, especially around pitfalls. Thanks for such a great tool!