early clojure tips

Created: Jan 21, 2022Published: Mar 28, 2023Last modified: Apr 05, 2023
No tags
Word count: 23

debugging help

> jvm options

don't optimize away repeated stack traces! https://www.metosin.fi/blog/missing-stacktraces/

also, apparently: +ShowCodeDetailsInExceptionMessages from: https://openjdk.java.net/jeps/358