Suggested Installation

Top  Previous  Next

Here is how we recommend you install JrDebugLogger so that you can most easily use it in your applications:

 

1.Copy the JrDebugLogger directory somewhere permanent where you can easily refer to it from your other project (for example, /libraries/jrdebug or C:\Libraries\JrDebug).
2.For projects that want to use JrDebug support, add the directory with the JrDebugLogger header files to your project include directory path.
3.Optional: If you want to customize the JrDebug compilation options for different projects, copy the jrdebug_switch.h file into your program's directory (this will let you customize whether to enable/disable logging for your application without effecting others).