Posted on: 10/23/2008 11:24:59 PM | Views : 961

In addition to being a complex code editing tool, Visual Studio includes a debugger. This tool allows a program to be paused, then stepped through line-by-line whilst allowing you to monitor the values of variables, helping to identify bugs.

...

Go to the complete details ...