Ways of developing a new extension script
I am trying to come up with an alternative to the existing “Generate POJOs” groovy script.
I copied the stock script for my amendments which is ok for minor changes. But if I wanted to do something more complicated, say I needed to debug my script, could I run the groovy script directly, as in without going through the popup menus?
I gather this calls for a specific run/debug configuration?
Please sign in to leave a comment.
To achieve this, you can output the debugging information into your code