If you are using Visual Studio, you should be able to simply enable compiling with debug symbols with a checkbox in the project settings area.
If you are using g++, you can build with symbols using -g and split symbols into separate files with other options. I don't think this is particularly related to cpptest specifically.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I was wondering how one might build cpptest in dubug, i.e. product .g.o files?
Many Thanks,
Philip Wardlaw
Hello? Is there anybody out there?
If you are using Visual Studio, you should be able to simply enable compiling with debug symbols with a checkbox in the project settings area.
If you are using g++, you can build with symbols using -g and split symbols into separate files with other options. I don't think this is particularly related to cpptest specifically.