At 12:34 PM 4/2/01 -0700, Institutional Man wrote:
>I set a breakpoint on the first line of main and yes, "args" is the 
>java.lang.String array passed to main.  It shouldn't be nil since
>I have specified an argument with Jde.Db.Option.Application.Args.  I 
>verified that this option is defined and still I can't expand the variable.

Works for me:

Customization buffer:

jde-db-option-application-args: [Hide]
[INS] [DEL] Argument: hello
[INS]
   [State]: you have set this option, but not saved it for future sessions.


*JDEbug* buffer

JDE> -1 60 launch 11 -vmexec javaw -classic -classpath
h:/mswin/jmath/classes;h:/mswin/jmath/src  jmath.Test hello


Local Variables Buffer:

[+]-- double[] B
[+]-- double[][] A
[-]-\ java.lang.String[] Args
     `--- [0] hello

- Paul


>
>>Date: Mon, 02 Apr 2001 15:26:58 -0400
>>To: "Institutional Man" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>>From: Paul Kinnucan <[EMAIL PROTECTED]>
>>Subject: Re: expanding variable during JDEBug
>>
>>At 12:02 PM 4/2/01 -0700, Institutional Man wrote:
>>>I am new to JDEBug. When I step through my code I notice local 
>>>variables appearing in the local variable buffer as follows:
>>>
>>>[+]-- java.lang.String args[]
>>>
>>>When I click on [+] shouldn't I see an expansion of args[]?
>>
>>I'm guessing (since you don't bother to give any context) that this is the
>>args argument to your main method and that its value is nil. Thus, there is
>>nothing to expand. At least that is how it works on my system. I suppose I
>>should update the debugger to handle this case in a more informative way.
>>
>>- Paul
>
>
>
>
>------------------------------------------------------------
>--== Sent via Deja.com ==--
>http://www.deja.com/
> 

Reply via email to