vote up 0 vote down star

There seems to be a lot of good references for learning how to write a compiler. But I haven't been able to find much in the way of how to write a debugger. Is each debugger completely unique, or are there common techniques used to implement them? I'm particularly interested in debugging interpreted languages, but at this point anything would help.

flag

60% accept rate

2 Answers

vote up 0 vote down

You might try How Debuggers Work as a start.

link|flag
I considered that but was unimpressed by the customer reviews at Amazon. Have you actually read it? – SCFrench May 29 at 13:57
I own it, but I've only sampled it casually. That seemed fine, but I wasn't trying to build anything. – Charles E. Grant Jun 1 at 6:49
vote up 0 vote down

Um... did you check Google? The first few hits look promising.

http://www.google.com/search?hl=en&q=writing%20a%20debugger

link|flag
Well, I guess I was hoping for a qualified recommendation from someone who actually had written debuggers more than a general search strategy. – SCFrench May 29 at 14:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.