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.