in reply to graphical debugger, in a unit-test environment?

Or do you just accept that Unit Tests need to be debugged the old fashioned way, with print statements?

In my experience, the test's debugging output is also useful after the test has been debugged. So, I design them in from the start.

(Besides, you can never be sure the debugging is complete.)

  • Comment on Re: graphical debugger, in a unit-test environment?