[EMAIL PROTECTED] wrote:

Does Python have customizable test suites *at all*?


I dont know about that, but I hear they have the ability to invoke the debugger from within the code, rather than the other way round like perl/C/... does

Something like

import pdb
...
pdb.run(statement_to_debug[, globals[, locals]])
...

This launches the debugger mid-script - nice. I've heard there has been some talk/suggertions of doing this in Perl 6

--
Leif Eriksen
Snr Developer
http://www.hpa.com.au/
phone: +61 3 9217 5545
email: [EMAIL PROTECTED]

Reply via email to