Can I get enlighten mode to work for http requests? #3124
Unanswered
elmehalawi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm still learning cider and I found "enlighten-mode", and I really love it. It makes seeing code's behavior really clear.
However, I was only able to get it to work with repl input. As in, I only saw values updating when I ran
cider-eval-*
. It would be much more useful to be able to see those values updating on other triggers, like an http request for example. That way, I can inspect the request hashmap for example, or see real values populate from the database.Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions