Tagged Questions

0
votes
1answer
98 views

Advice for embedding a Java scripting language for debugging/remote admin

I have a fairly sophisticated server-side application which frequently requires me to see what is going on with its internals to debug and fix problems. I've therefore embedded a Beanshell instance, ...
0
votes
3answers
1k views

How to debug a beanshell script?

I have troubles to debug a beanshell script all I get all the time is: Exception invoking imported object method. : at Line: 194 : in file: inline evaluation of: ``import ...