On Wed, Jan 14, 2009 at 8:18 PM, Che M <span dir="ltr">&lt;<a href="mailto:pine508@hotmail.com">pine508@hotmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
&lt;snip&gt;<br>I&#39;d like to add to this question and expand it:&nbsp; can anyone point me to<br>a good resource on debugging *generally*? </div></blockquote><div><br>The first result on &quot;Debugger tutorial&quot; on google sent me to this:<br>
<a href="http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html">http://www.cs.princeton.edu/~benjasik/gdb/gdbtut.html</a> <br></div></div><br>Though it&#39;s for a specific program, it seems to have some good general purpose advice. Personally, I&#39;ve never had the need for a debugger (maybe because I&#39;m not writing complicated enough programs) - a simple &quot;print&quot; statement (in the right spot) tends to take care of all of my debugging needs.<br>
<br>-Wayne<br>