htm
-Original Message-
From: Williams, Ken [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2003 11:05 AM
To: 'Patrick LeBoutillier'
Cc: Inline mailing list (E-mail)
Subject: RE: Using the Java debugger
Hmm, it looks like this may not be an Inline::Java problem - even my
He
onday, December 01, 2003 10:50 AM
To: 'Patrick LeBoutillier'
Cc: Inline mailing list (E-mail)
Subject: RE: Using the Java debugger
Hi Patrick,
That technique seems to have worked pretty well. Unfortunately I'm still
working on investigating the same bug, and I think I need a new tool.
using [something equivalent to] an InlineJavaPerlCaller
> invocation. Then I could start the whole schmeer fairly easily using jdb.
>
> -Ken
>
>
> -Original Message-
> From: Patrick LeBoutillier [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 25, 2003 7:16 PM
rlCaller
> invocation. Then I could start the whole schmeer fairly easily using jdb.
>
> -Ken
>
>
> -Original Message-----
> From: Patrick LeBoutillier [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 25, 2003 7:16 PM
> To: Williams, Ken
> Cc: Inline
Here's a minor suggestion: in order to get better debugging (like being able
to dump structures of local variables in the current frame), jdb suggested
that I recompile with the -g switch. It didn't work until I blew away the
_Inline/ directory though, because Inline::Java kept using the older ver
mailing list (E-mail)
Subject: RE: Using the Java debugger
Ken,
I've never really used the Java debugger so I'm no expert, but try this
patch and see if it can get you by for now. If it works I'll
make an option out of it.
It basically changes Inline::Java so that it starts the d
"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
Inline mailing list (E-mail)
Subject: Re: Using the Java debugger
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 shou
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//,
being a mangled form of your script name or it's NAM