Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
The Art of Debugging Open Book
| Date | Stars |
|---|---|
| 2026-07-24 | 1670 |
| 2026-07-25 | 1671 |
| 2026-07-28 | 1671 |
| 2026-07-30 | 1671 |
| 2026-08-06 | 1671 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# The Art of Debugging Open Book This evolving book will teach you how to: 1. **Debug normal issues really fast** 2. **Make complicated issues possible to debug** footnote: adapted from Perl's slogan: "Easy things should be easy and hard things should be possible". This is a work-in-progress collection of methodologies and copy-n-paste recipes for successful debugging of simple and complicated software problems. Some sections are quite complete, while other will be finished at a later stage, and yet other haven't been started. Besides debugging methodologies the second focus of this book is on sharing the best tools I have discovered to get the debugging job done successfully, while ideally "losing the least amount of hair" in the process. ## Intro I have been developing software since 1995 and a lot of this work involved debugging. Over the years I developed various efficient methodologies for discovering the source of the problem, which is the most difficult stage before it can be solved. Since after the problem is understood, typically its resolution is at easy reach. Every so often someone I would be debugging some difficult problem with would suggest to share my approaches with the world. I always said that it'd be too difficult to generalize, but recently the planted seed seems to have sprouted and so in the following chapters I will try to share some of the insights to ease this very difficult at times process. Writing about debugging in the void is very difficult and since I haven't been saving use cases, it will take some time to build this up, so expect these pages to be a Work In Progress (WIP) for many moons. But hopefully some ideas could be relayed to you sooner than later, and they would help to ease your burden of debugging in your professional and play projects. ## Table of Contents 1. **[Fast Debugging Methodology](./methodology/)** 2. **[Unix Tools for Debugging](./unix/)** - `bash`, `strace`, `make`, prompt, `nohup`, etc. 3. **[Debugging Compiled Programs](./compiled-programs/)** - `gdb`, `ldd`, `nm`, `LD_LIBRARY_PATH`, `LD_PRELOAD`, etc. 4. **[Debugging Python Programs](./python/)** - `py-spy`, paths, auto-print, etc. 5. **[Debugging PyTorch Programs](./pytorch/)** - cpu and gpu memory, performance, models, tensors, etc. 6. **[Debugging Machine Learning Projects](https://github.com/stas00/ml-engineering/tree/master/debug)** (external) ## Updates I announce any significant updates on my twitter channel [https://twitter.com/StasBekman](https://twitter.com/StasBekman). ## Ebook versions of the book You can download various ebook formats of this book: * [PDF](https://huggingface.co/stas/the-art-of-debugging-book/resolve/main/Stas%20Bekman%20-%20The%20Art%20of%20Debugging.pdf?download=true) * [EPUB](https://huggingface.co/stas/the-art-of-debugging-book/resolve/main/Stas%20Bekman%20-%20The%20Art%20of%20Debugging.epub?download=true) I will try to rebuild these once in a few weeks or so, but if you want the latest ebook versions, the instructions for building are [here](build). ## SKILL.md for AI agents I maintain a [SKILL.md](./SKILL.md) file that you can use to teach your AI agent to debug your projects better. See also the companion skills: [Machine Learning Engineering](https://github.com/stas00/ml-engineering/blob/master/SKILL.md) and [Stas' Python Cookbook](https://github.com/stas00/python-cookbook/blob/master/SKILL.md). ## Related Open Books - [Machine Learning Engineering Open Book](https://github.com/stas00/ml-engineering) — training and operating large-scale ML models. - [Stas' Python Cookbook](https://github.com/stas00/python-cookbook) — everyday Python and standard-library recipes. ## Contributing If you found a bug, typo or would like to propose an improvement please don't hesitate to open an [Issue](https://github.com/stas00/the-art-of-debugging/issues) or contribute a PR. ## License The content of this site is distributed under [Attribution-ShareAlike 4.0 Interna
Excerpt of 4,946 characters
Read on GitHubStas Bekman · Stasosphere Online Inc. / · Canada
153
Stas Bekman · Snowflake · Canada
6
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:e2c40f666f471f97, topic:pytorch