dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
stevechan 2019-04-13T06:08:52.000100Z

stevechan 2019-04-13T06:09:26.000900Z

@darwin hi, Darwin, I have two problem:

stevechan 2019-04-13T06:10:18.001700Z

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

stevechan 2019-04-13T06:11:06.002400Z

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

stevechan 2019-04-13T06:13:57.002600Z

(this-as this (prn this))

stevechan 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