Tracing evaluation order. It logs entering and leaving functions or macros/special forms. It indents them, along with any inner output - simple and pretty. You prefix function calls with `dbgf` or macros/special forms with `dbg`. It works without any extra parens (). Hence diffs are shorter, easier to read. Isn't that practical?
[dbg "0.1.2-SNAPSHOT"]
dbg/dbg {:mvn/version "0.1.2-SNAPSHOT"}
implementation("dbg:dbg:0.1.2-SNAPSHOT")
<dependency> <groupId>dbg</groupId> <artifactId>dbg</artifactId> <version>0.1.2-SNAPSHOT</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: