MB Software Solutions General Account wrote:
> David Crooks wrote:
>> Yepper. I think it is not knowing how to use the debugger and for the
>> most part they came from a Java world.  Still I would have thought that
>> even the older versions of .NET the debugger was a pretty strong tool
>> even compared to VFP. 
>>   
> 
> Does the Java world not have a debugger but instead have to rely on 
> ConsoleWrite (equivalents)?  I could not imagine going back to the days 
> of that kind of crap instead of using the Debugger. 

I don't know about Java, but in the Python world we have access to great 
debugging, profiling, and introspection tools. But the simple fact is 
this: 99% of the time I use print statements (probably just the same as 
ConsoleWrite) because it is is simply faster to code, test, change, test 
than to deal with a debugger for most cases. Now if a few cycles of this 
aren't getting anywhere, then I'll start up pdb and step through the 
code, but I hardly ever need to do that.

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to