Expand my Community achievements bar.

Debugging code in excecuteScript activity

Avatar

Level 2

Hi,

Is there a way to debug the code line by line present in excecuteScript activity present in a process?

Please provide the steps if there is any such debugging mechanism inside the livecycle workbench.

Thanks,

Srikanth

2 Replies

Avatar

Level 10

That's not possible. Alternatively, you can place System.out.println() statements between few lines and monitor the server log file. That's the way you can troubleshoot issues in executeScript activity.

Nith

Avatar

Level 2

Thank you Nith. I was thinking if there were any other ways to debug