Debug 4 Life
Bruno Terkaly’s blog has 10 lessons on how to debug an application. Bruno’s first lesson is a debug recap and a general how to debug within Visual Studio.
Why use a debugger when I can just do simple outputs to verify? You have to remove message box calls to make your code production worthy. could cause you to delete some code you didn’t mean to which introduces bugs! Debugging lets you stop the program in real time and get data back about your environment with a click of a mouse.
[Via Greg Duncan]
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
Comments
Leave a Comment