dev@ws-test-harness.java.net

Re: is there a way to debug bean shell?

From: Bobby Bissett - Javasoft <Robert.Bissett_at_Sun.COM>
Date: Fri, 14 Jul 2006 10:16:31 -0400

>
> Unfortunately, not really. You are back to debug-by-print. If this
> problem outweighs the pain of using reflections, we should roll back my
> changes and go with your original reflection version.

I may finish implementing it back in the reflection code and then you
can help me make the changes in the bean shell script. I think my
changes are actually fairly simple, but I can't wrap my head around this
script that has undeclared variables and why it breaks when one is null
(if that's actually the problem) even if I check 'if (wsca != null)' in
the script.

Thanks,
Bobby