aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/debugging.md
diff options
context:
space:
mode:
authorEduardo Julian2021-07-10 03:10:43 -0400
committerEduardo Julian2021-07-10 03:10:43 -0400
commit4610968193df10af12c91f699fec39aeb3ef703a (patch)
tree27d1578548ad49f5aefe76fb696a7af10361c9cf /documentation/bookmark/debugging.md
parentf3e869d0246e956399ec31a074c6c6299ff73602 (diff)
Made the "try" macro into a common one, instead of a host-specific one.
Diffstat (limited to 'documentation/bookmark/debugging.md')
-rw-r--r--documentation/bookmark/debugging.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/debugging.md b/documentation/bookmark/debugging.md
index 8fb385ed6..d2fe2693d 100644
--- a/documentation/bookmark/debugging.md
+++ b/documentation/bookmark/debugging.md
@@ -31,6 +31,7 @@
# Reference
+1. [Debugging in Clojure](https://blog.davemartin.me/posts/debugging-in-clojure/)
1. [The Debugging Book: Tools and Techniques for Automated Software Debugging](https://www.debuggingbook.org/)
1. [The Power Of Collaborative Debugging](https://robert.ocallahan.org/2019/11/the-power-of-collaborative-debugging.html)
1. [Multiverse Debugging: Non-Deterministic Debugging for Non-Deterministic Programs](https://stefan-marr.de/2019/07/what-if-we-could-see-all-concurrency-bugs-in-the-debugger/)