# Exemplar 0. [Flow-storm debugger](https://github.com/jpmonettas/flow-storm-debugger) # Service 0. https://www.bugreplay.com/ # Input 0. [Debugging Inputs](https://www.dropbox.com/s/ddn3fe55lws1rdr/icse2020-ddmax.pdf) # Omniscient debugging 0. https://pernos.co/ # Tracing 0. ["Understanding Microservices with Distributed Tracing" by Lita Cho](https://www.youtube.com/watch?v=URCLeycMrhU) # Reference 0. [Traces vs. Snapshots: Print Statements and Debuggers](https://www.scott-a-s.com/traces-vs-snapshots/) 0. [Unobtrusive runtime warnings for libraries](https://www.pointfree.co/blog/posts/70-unobtrusive-runtime-warnings-for-libraries) 0. [Debugging in Clojure](https://blog.davemartin.me/posts/debugging-in-clojure/) 0. [The Debugging Book: Tools and Techniques for Automated Software Debugging](https://www.debuggingbook.org/) 0. [The Power Of Collaborative Debugging](https://robert.ocallahan.org/2019/11/the-power-of-collaborative-debugging.html) 0. [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/) 0. [Writing a Debugger](http://system.joekain.com/debugger/) 0. https://en.wikipedia.org/wiki/Jinx_Debugger 0. http://www.mattzeunert.com/2017/12/07/better-types-of-debuggers.html 0. https://www.youtube.com/watch?v=ipDhvd1NsmE 0. http://georgejahad.com/clojure/cdt.html 0. http://endlessparentheses.com/cider-debug-a-visual-interactive-debugger-for-clojure.html 0. https://github.com/razum2um/clj-debugger 0. https://stories.jotform.com/how-to-become-a-good-debugger-9324543fea33#.1ctzqfyly 0. https://www.microsoft.com/en-us/research/publication/time-travel-debugging-javascriptnode-js/ 0. http://valgrind.org/ 0. http://fitzgeraldnick.com/2015/06/19/source-maps-are-insufficient.html 0. http://stefan-marr.de/downloads/draft-marr-et-al-concurrency-agnostic-protocol-for-debugging.pdf 0. https://tip.golang.org/doc/diagnostics.html 0. https://github.com/solo-io/squash 0. http://www.michaelburge.us/2017/09/27/delta-debugging-in-haskell.html 0. https://undo.io/ 0. [Clojure Compilation, Backwards - Nicola Mometto](https://www.youtube.com/watch?v=2SGFeegEt9E) 0. https://zorbash.com/post/debugging-elixir-applications/ 0. [Compose :: Melbourne 2017 - Ronen Narkis - Re-ops, a Functional Live-Infrastructure as Code](https://www.youtube.com/watch?v=iopuirQuK-s) 0. [Compose :: Melbourne 2017 - Jurriaan Hage - Domain-Specific Type Error Diagnosis in GHC](https://www.youtube.com/watch?v=GbCfmnTmQDc) 0. https://raygun.com/javascript-debugging-tips 0. https://github.com/bpiel/sayid 0. [Algorithmic Program Debugging](http://cpsc.yale.edu/sites/default/files/files/tr237.pdf) 0. [Effect-Driven QuickChecking of Compilers](http://janmidtgaard.dk/papers/Midtgaard-al%3AICFP17-full.pdf) 0. https://www.youtube.com/watch?v=_KrZzaShDew 0. [NodeJS uses the Chome debugger protocol:](https://developer.chrome.com/devtools/docs/debugger-protocol) 0. http://www.dwarfstd.org/ 0. https://docs.oracle.com/javase/7/docs/technotes/guides/jpda/jdwp-spec.html 0. [Coarse Hierarchical Delta Debugging](http://www.inf.u-szeged.hu/~akiss/pub/pdf/hodovan2017coarsehdd.pdf) 0. [Improving live debugging of concurrent threads through thread histories](http://scg.unibe.ch/scgbib?query=Lesk17a&display=abstract) 0. [The JVM is Not Observable Enough (and What To Do About It)](https://www.cs.kent.ac.uk/people/staff/srk21//papers/kell12jvm-preprint.pdf) 0. http://nikhilism.com/post/2019/retrieving-function-arguments-while-unwinding-the-stack/ 0. https://backtrace.io/blog/engineering/compile-once-debug-twice-picking-a-compiler-for-debuggability-1of3/ 0. https://singaporedatacompany.com/blog/more-developers-more-problems 0. https://github.com/gruns/icecream 0. https://lemire.me/blog/2016/06/21/i-do-not-use-a-debugger/ 0. https://the.agilesql.club/2019/05/how-to-load-test-a-sql-database/?u=h # Benchmark 0. https://github.com/smarr/ReBench # Performance 0. ["Software Performance: A Shape Not a Number" by Kay Ousterhout](https://www.youtube.com/watch?v=f7HCeE377-0) 0. ["A Practical Look at Performance Theory" by Kavya Joshi](https://www.youtube.com/watch?v=bEYY3M0d-w8) 0. https://nsirap.com/posts/001-web-porformance-api/ # Profiling 0. https://www.opsian.com/blog/what-is-continuous-profiling/ # Time-travelling 0. [Calling functions in the past](https://medium.com/time-travel-debugging/calling-functions-in-the-past-4bb03bdc124d) 0. [Travelling through time with WinDbg at a system level](https://www.youtube.com/watch?v=mB9LIztjSKg) # Monitoring 0. https://www.erlang-solutions.com/blog/introducing-telemetry.html