This documentation relates to last stable version of Cipango.
visit the last unstable documentation home.

How do I configure Cipango to support remote debugging?

Start Cipango with the JVM options
-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n

The port does not need to be set to 8787, it may be any value appropriate for your system.

Remote debuggung should not be used in production because of both security and performance implications.