[wingide-users] More Griping :-)
Wingware Support
support at wingware.com
Thu Mar 22 17:12:01 MDT 2007
Michael Foord wrote:
>>> *However*, a substantial proportion of Python developers I know
>>> simply never (or rarely) use debuggers.
>>
>> Which always amazes me...
>>
> In the case of our project we already have an excellent debugging
> framework in place. This is 100% (pretty) unit test coverage - which is
> entirely geared around running small units of our code and investigating
> state.
Though debugging is often helpful for understanding how test cases work
and fixing the code (or the tests) so the tests pass. One doesn't
exclude the other.
Cheers,
John
More information about the wingide-users
mailing list