On Thursday 20 September 2007 19:54:41 John Crispin wrote:
> for simple stuff like lcd drivers, you do not really need a debugger
> imho, printk'ing will solve most problems i guess,
... and since writing a linux device-driver is one of the few ways to make 
your linux-machine freeze completely,
printk-statements are essential if you need to know what happened right before 
the crash.

But I say this as someone who rarely uses a debugger at all.
printf() has been my friend ever since I started programming.

Eberhard

Reply via email to