Ken,

That's a great question. There's probably no way to run everything through
the Java debugger, but it should be fairly straitforward to run the
generated Java code outside of Inline::Java.

Your Java classes should be in _Inline/lib/auto/<something>/, <something>
being a mangled form of your script name or it's NAME if you used that
option.

>From there what you need to do is simply write a new simple Java class
that will be your main class and start using your generated Java classes
the same way you do it through Perl.

If this is not clear let me know and I'll try to write-up an example using
some code  from the Inline::Java documentation.

Cheers,

Patrick
> Hi,
>
> I've got some Inline::Java code that's throwing itself at the mercy of the
> infinite loop gods.  Is there any way to use the Java debugger (jdb) or
> similar to step through the java portions?  Or guidelines for figuring out
> how to do it manually with the stuff in the _Inline/ directory?
>
>  -Ken
>

Reply via email to