debugging-stories
Debugging tales
A collection of real-world debugging stories from various systems and technologies
A collection of debugging stories. PRs welcome (sorry for the backlog) :-)
4k stars
196 watching
146 forks
last commit: 6 months ago
Linked from 1 awesome list
debugging
Related projects:
Repository | Description | Stars |
---|---|---|
danluu/post-mortems | A collection of post-mortems detailing software failures and their root causes | 11,309 |
ruby/debug | A Ruby library providing advanced debugging tools and functionality | 1,139 |
qntln/aiodebug | A tool for monitoring and testing asyncio programs | 63 |
jruby/jruby-debug | Provides a JRuby-based backend for Ruby Debugger | 15 |
gnl/playback | A tool for immediate visibility into a program's dataflow, enabling instant feedback and hassle-free data extraction | 93 |
baristaventures/android-debug-artist | A library that helps developers expose important build information to test users and debug layouts with more devices. | 45 |
deltadaedalus/vudu | A GUI-based debugging system for game development, providing tools to inspect variables, execute Lua code, and control the game's execution speed. | 38 |
dlhandsome/we-debug | A tool for debugging and inspecting WeChat mini-program applications | 51 |
lapwinglabs/redux-debug | A middleware to debug Redux applications in both server and client environments. | 45 |
ericjang/tdb | A tool for interactive debugging and visualization of deep learning models during training | 1,356 |
cenkalti/flask-debug-toolbar-mongo | An extension for Flask's Debug Toolbar to display MongoDB debugging information | 4 |
wc-duck/dbgtools | A collection of debug-related utility functions. | 242 |
rust-embedded/arm-dcc | Provides a Rust API for debugging and communicating with embedded systems | 9 |
ruby-debug/debase | A Ruby implementation of a debugger for Ruby 2.0.0 or higher. | 209 |
clojure/tools.trace | A Clojure library for tracing and debugging code execution | 361 |