TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Best Books / Stories on Debugging

2 pointsby buggy_codeabout 16 years ago
Hi!<p>I'm about to roll my own tools for debugging _analog_ circuits. I'm hoping to read stories of great tools to give me ideas. Things I've really liked are gdb, valgrind, the lisp machine's / smalltalk's abilities to jump right into the line of code that caused the exception, and some FPGA tricks with jtag.<p>What are some of the most inspiring debugging tools you know of? Any + all links appreciated.<p>Thanks!

1 comment

asimjalisabout 16 years ago
I highly recommend, "Debugging" by David Agans.<p><a href="http://books.google.com/books?id=jynA9ECbBsgC" rel="nofollow">http://books.google.com/books?id=jynA9ECbBsgC</a><p>It's both profound and practical. I did not expect a book on debugging to be a page turner but I could not put this one down.