Subj : Re: Not debugging? To : comp.programming,comp.lang.java.programmer,comp.lang.lisp From : CBFalconer Date : Wed Aug 24 2005 11:49 pm Hartmann Schaffer wrote: > Tim X wrote: >> ... >> I'm guessing he was referring to the irritating development of >> programmers who are not able to debug code without a high level >> IDE which includes a debugger which allows them to step/trace >> through the code one line at a time and watch what happens to >> variables in a watch window. >> >> IMO this is a really bad trend because it means programmers >> stop thinking about their code and how it actually works. this >> sort of 'debugging' tends to be extremely slow - especially for >> trivial type bugs which would noramlly be spotted very quickly >> by someone wh understands what their code is doing and how it >> works. > > working with an IDE debugger beats analysing a binary (i.e. hex > or octal) core dump I can't really remember when I last used a debugger. Judicious printf statements, or the equivalent, have handled everything for me for years. -- "If you want to post a followup via groups.google.com, don't use the broken "Reply" link at the bottom of the article. Click on "show options" at the top of the article, then click on the "Reply" at the bottom of the article headers." - Keith Thompson .