|
|
|
|
|
by danudey
326 days ago
|
|
I think you're getting downvoted because it's not a valid question - debug logging and unit testing are two separate things, and the OP didn't say anywhere that he prefers this to unit tests. Your question presupposes a dichotomy that doesn't exist. |
|
If you write tests, you don't need a specialized library for debug logging.
Run the test, and set a breakpoint in your debugger.