This documentation relates to an earlier version of Cipango.
visit the current release documentation home.

How do I configure Cipango to support remote debugging?

Start Cipango with
java -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -jar start.jar etc/cipango.xml

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.