"Williams, Ken" <[EMAIL PROTECTED]> writes:

> Thanks, Patrick, I'll give it a try.
> 
> It'll be a little difficult because my main script calls various Java
> methods in semi-complicated ways, so I'll essentially have to replicate my
> entire perl script in Java.
> 
> I wonder if there would be a way to write a simple Java wrapper around my
> perl script, using [something equivalent to] an InlineJavaPerlCaller
> invocation.  Then I could start the whole schmeer fairly easily using jdb.

A few years back I helped a guy start a SourceForge project that
enabled running perl code in gdb - I didn't do anything other than
register the project for him, and I don't remember then name of him or
it, but it was very useful. 

I don't know if java debugging has been added to gdb yet, but it with
the help of that Perl module it might be possible to run them both in
gdb??

Cheers,
jas.

Reply via email to