dirac

Steve Chan 2019-04-13T06:08:52.000100Z

Steve Chan 2019-04-13T06:09:26.000900Z

@darwin hi, Darwin, I have two problem:

Steve Chan 2019-04-13T06:10:18.001700Z

1. How to use this in the dirac devtools console ?

Steve Chan 2019-04-13T06:11:06.002400Z

2. How to load the clojure.stacktrace/print-cause-trace function?

Steve Chan 2019-04-13T06:13:57.002600Z

(this-as this (prn this))

Steve Chan 2019-04-13T06:18:41.002700Z

2019-04-13T08:27:28.004500Z

@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)

2019-04-13T08:28:18.005Z

not sure about print-cause-trace, I guess that is just clojure thing, not clojurescript