|
|
|
|
|
by mdoms
1680 days ago
|
|
I try to avoid the debugger. I know what my code is doing because I have unit tests and yeah I'd like to think simpler code. If my code is doing something unexpected I try to reproduce the issue with more unit tests. Sometimes the debugger is unavoidable, especially if a third party dependency is doing something weird. |
|