RE: Using the Java debugger

2003-12-01 Thread Williams, Ken
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

RE: Using the Java debugger

2003-12-01 Thread Williams, Ken
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.

RE: Using the Java debugger

2003-12-01 Thread Williams, Ken
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

RE: Using the Java debugger

2003-11-27 Thread Patrick LeBoutillier
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

RE: Using the Java debugger

2003-11-26 Thread Williams, Ken
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

RE: Using the Java debugger

2003-11-26 Thread Williams, Ken
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

Re: Using the Java debugger

2003-11-26 Thread Jason E. Stewart
"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

RE: Using the Java debugger

2003-11-26 Thread Williams, Ken
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

Re: Using the Java debugger

2003-11-26 Thread Patrick LeBoutillier
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