Hello, The way I debug such code is simply by logging, for e.g. with log.error("message").Usually, the server JS should be quite straight-forward and therefore not too much of a problem if breakpointing isn't possible, but Rhino has one trick that is important to know:one must not use strict compari...