c++tddcpputest

CPPUTest debugging - C++


I am learning TDD and using CppUTest in eclipse. Is there any way to debug my code getting a nagging segmentation fault.

Thanks


Solution

  • I don't know anything special in CppUTest or Eclipse to help you, but some generic segfault debugging ideas seem appropriate here: