Monday, Jun 17th

Last update09:16:19 PM GMT

Mastering Debugging in Visual Studio 2010 - A Beginner's Guide
Discussion started by Selom BANYBAH , on 02 September 02:42 PM

In the software development life cycle, testing and defect fixing take more time than actually code writing. In general, debugging is a process of finding out defects in the program and fixing them. Defect fixing comes after the debugging, or you can say they are co-related. When you have some defects in your code, first of all you need to identify the root cause of the defect, which is called the debugging. When you have the root cause, you can fix the defect to make the program behavior as expected.

Now how to debug the code? Visual Studio IDE gives us a lot of tools to debug our application.

Lire La Suite......

Replies
You will need to be a member of this group first before you can post a reply.

Contact us

  • Add: 554 N Frederick Avenue Suite 216,
    Gaithersburg, MD 20877 USA
  • Tel: (888) 418-1146
You are here: Communities Groups iDebug Discussions Mastering Debugging in Visual Studio 2010 - A Beginner's Guide