Debugging a C or C++ Unit Test

See Also

You can start the debugger on unit tests in one of the following ways:

The IDE runs the test in the debugger, enabling you to examine your tests for errors. Debugging tests works the same as Debugging C and C++ Projects.

See also
  > About C/C++ Unit Testing
Running a C/C++ Unit Test
Creating a C/C++ Unit Test
Debugging C and C++ Projects

Legal Notices