Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Java debugger shows arg0, arg1 instead of the real name of a method parameters

Hi Xuan,

The Java compiler allows you to specify three levels of debugging
information. Those are lines, vars, and source. I'm guessing you have
lines and source enabled, but not vars. Could this be the case?

Regards,

Giuliano

On 4/10/06, Xuan Chen <xuanchen@xxxxxxxxxx> wrote:
> Hi,
>
> I have a question about the debugger behaviour in RAD 6.0 when debugging a
> web application running in WAS 5.1 test environment.  I am not sure if this
> is the right mailing list for this type of question.  If not, please point
> me to the right mailing list.  Thanks.
>
> One of my colleagues is developing a web application inside RAD 6.0.  He
> created a web project, and linked the source folder to a specific
> directory.  Then he debugged his web application inside WAS5.1 test
> environment.  But he noticed that all the arguments were shown as arg0,
> arg1, arg2, etc, instead of the real name of the parameters.  Just
> wondering what could be the possible cause of this behaviour?  Please
> notice those methods are from his source code, not the ones from WAS
> runtime or JRE code.
>
> Thanks,
>
> Xuan Chen,  Problem Determination Tools for iSeries
> (905) 413-3769 T/L 969-3769
> xuanchen@xxxxxxxxxx
>
>
> _______________________________________________
> jdt-debug-dev mailing list
> jdt-debug-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev
>


--
Giuliano Mega <giuliano@xxxxxxxxxx>


Back to the top