JrDebugLoggerv1.12.01 (May 7, 2013) |
Top Next |
An Open Source C++ Toolkit for Debug-Logging and Unit Testing
What is Debug-Logging? Debug-Logging (sometimes known as printf-debugging) is when you add print statements to your code so that you can see the values of certains variables and where the program is at certain times. It also supports unit testing support functions.
This is the right tool for you if..
Jump directly to: |