Eclipse debug problem [message #96594] |
Wed, 17 September 2003 10:52  |
Eclipse User |
|
|
|
Originally posted by: stephen.gair.reflective.com
Hi - I find that when I am debugging code using the Eclipse 2.1.1
remote debugger (WLS 6.1, jdk131) - I am unable to inspect local
variables. Does anyone one have any idea why this might be? (I am able
to see class variables).
Thanks for your help, Stephen.
|
|
|
|
Re: Eclipse debug problem [message #112205 is a reply to message #96825] |
Thu, 30 October 2003 18:57  |
Eclipse User |
|
|
|
Originally posted by: mapsljh68.hotmail.com
Hi Darin,
Sometimes when I traced into a mothed, I can view one of its arguments but
not the other, or I can inpect some of its local variables but not the
others. Is this caused by the same reason?
I think if you can trace into some source code, you should be allowed to
view the variables/args in those source code. It's frustrating when you step
on a line but cannot inspect a variable of interest on that line.
Is there a debug build sdk library that has enough debug information for
viewing variables?
Thanks, Bull
"Darin Wright" <Darin_Wright@ca.ibm.com> wrote in message
news:bkcecl$i7s$1@eclipse.org...
> Local variables (and args) are only available if the class you are
debugging
> was compiled with the appropriate debug information. Generally, class
> libraries do not have this information. You can control what debug
> attributes are placed in your class files via the compiler options in
> Eclipse.
>
> Darin
>
> "Stephen Gair" <stephen.gair@reflective.com> wrote in message
> news:bk9sfd$67p$1@eclipse.org...
> > Hi - I find that when I am debugging code using the Eclipse 2.1.1
> > remote debugger (WLS 6.1, jdk131) - I am unable to inspect local
> > variables. Does anyone one have any idea why this might be? (I am able
> > to see class variables).
> >
> > Thanks for your help, Stephen.
|
|
|
Powered by
FUDForum. Page generated in 0.06661 seconds