Filter Class Debugging

SAP Mobile Platform supports various debugging models: instrumented code, and JPDA (Java Platform Debugger Architecture).

You can also log your own output by including System.out.println() in the filter class, output from the class is captured in the SAP Mobile Server log when the filter executes in the server.

Alternatively, you can use the standard Java debugger to debug the filter class.