On 4/30/2014 11:59 AM, Chris wrote:

The simplest example is to insert
writeln() simply to see up to which point it prints before the app
crashes. Believe it or not, I find this technique very efficient in
certain situations.

I do that all the time. :)

Python often gets in my way when micro-debugging in this way, because of
indentation terror.

Reply via email to