Run a debug-enabled compilation by accessing the debug library, where values of parameters can be viewed, before starting a custom feed handler.
The debug library is built from the same objects as the production library, but uses a different build process. Performance may decrease slightly when using the debug library, but this does not affect production builds.
./compile.sh –d
The –d flag instructs the compile script library to build a debug version, and to compile and link against the debug shared library rather than the production shared library.