Re: What happens when your program crashes?
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Wed, 19 Mar 2008 23:21:18 +0000
jacob navia said:
<snip>
What I just do not believe are the wild
claims being done here like Mr Heathfield saying he can debug
code over the phone without seeing it, or the others with their
stories of debugging with "just reading the code", etc.
Not only are these "wild claims" true, but they don't even describe
anything particularly clever. Debugging unseen code is *usually*
impossible (which is why we ask people here to show us their code) - but
*sometimes* it can be done, and although it creates a great impression, it
normally only happens when the code's author is a relative newcomer to C
or to programming, and has stumbled into a common trap. Debugging code by
reading it, without a debugger - this idea that Mr Navia finds so hard to
believe, is done by clc regulars daily - *right here in clc*. I can't
imagine that any of us particularly need to fire up a debugger for most of
the problems posed here.
But obviously I can debug code by reading it,
Right - so you don't need a debugger after all. It's just a nice-to-have
for those who are good at taking advantage of its features.
<snip>
But let's face it, a debugger is a real time saver.
For you, maybe. For me, it was a big time *sink*, and when I stopped using
it I saved a considerable amount of time. Your disbelief does not change
the facts.
<snip>
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.
- Follow-Ups:
- Re: What happens when your program crashes?
- From: Charlton Wilbur
- Re: What happens when your program crashes?
- References:
- What happens when your program crashes?
- From: jacob navia
- Re: What happens when your program crashes?
- From: robertwessel2@xxxxxxxxx
- Re: What happens when your program crashes?
- From: robertwessel2@xxxxxxxxx
- Re: What happens when your program crashes?
- From: jacob navia
- What happens when your program crashes?
- Prev by Date: Re: How to stop these bluddy spammers...
- Next by Date: Re: Any Method to Determine Endianness at Compile Time ?
- Previous by thread: Re: What happens when your program crashes?
- Next by thread: Re: What happens when your program crashes?
- Index(es):
Relevant Pages
|
|