-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid debux specific forms coming back in the output? #29
Comments
If my understanding about your question is right, the answer might be as follows. https://github.com/philoskim/debux#81-dbg-inside-dbgn-or-vice-versa
The above REPL output
If my answer is not what you expected, please show me a concrete example that you want in more detailed way! |
Appreciate the response! No, I def want all the nested return forms... but let me give you an example. If I am wrapping
I'll get this in return:
Is it possible to get the forms back in the same fashion but without the injected debux wrappings? i.e. return
instead of
or (less trivial to remove) return this
instead of this
Essentially returning the original source forms, sub-forms instead of mutated versions with embedded debux fns wrapped inside them? Hope that helps explain my question. |
I'll fix this problem as soon as possible. Thanks for the report! |
Hi, is there any way to avoid having the output include internal debux forms like wrapping
(clojure.core/binding [debux.common.util/*indent-level* (clojure.core/inc debux.common.util/*indent-level*)] (clojure.core/reset! (:evals +debux-dbg-opts+) {})
(or extrado
blocks) on to submitted sub-forms, etc - and just returning the orignals? Thanks!The text was updated successfully, but these errors were encountered: