Thursday, December 20, 2007

How to start debugging Visual C++ project

How to start debugging Visual C++ project

To start debugging Visual C++ project

Step a: Build>Start Debug

Go= simply executes a program up to the breakpoint where execution will halt.

Step info= execute your program one statement at a time.

No comments: