Is there a way to avoid debugger?

Posted by Gabriel Šcerbák on Stack Overflow See other posts from Stack Overflow or by Gabriel Šcerbák
Published on 2010-04-15T01:01:32Z Indexed on 2010/04/15 1:03 UTC
Read the original article Hit count: 348

I don't like debugging in a debugger, because I think it is often below the abstraction layer of the programming language and it is often not reproducible. I favor usign unit tests when possible and I think they are a good way, but it is not always that easy to implement them. Do you know about any other alternative approaches to avoid the use of debugger?

© Stack Overflow or respective owner

Related posts about debugging

Related posts about unit-testing