Posted on: 8/19/2008 5:00:00 PM | Views : 789

When debugging program code it is important to be able to pause the code at a specific location. Using Visual Studio breakpoints and tracepoints, the code can be halted at a desired line or can output trace information when conditions are met.

...

Go to the complete details ...