Unveiling the art of SailPoint custom code debugging

Unfortunately, this is not possible. The JPDA is a protocol specifically for Java Runtime Environments (JRE). BeanShell does not run with the JRE, it is using the BSFManager.

However there are other ways to ‘debug’, test and validate BeanShell code.

Take a look at:

– Remold

2 Likes