Any tips on debugging Bean Shell scripts?
Confluence User - 23 Apr, 2021
I'm looking for a way to inspect values within my script.
Is there a simple way to just output a string to the log in runtime?
LogUtil seems to require an exception....i just want to do something like method("some string") or some variable value shows up in the log...
beanshell;debug;log