@darwin hi, Darwin, I have two problem:
1. How to use this
in the dirac devtools console ?
2. How to load the clojure.stacktrace/print-cause-trace
function?
(this-as this (prn this))
@stevechan you are not stopped at a breakpoint, so this
in console is not related to your code above, it should be window
(as you see in your test)
not sure about print-cause-trace
, I guess that is just clojure thing, not clojurescript