Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse debug problem
Eclipse debug problem [message #96594] Wed, 17 September 2003 10:52 Go to next message
Eclipse UserFriend
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 #96825 is a reply to message #96594] Thu, 18 September 2003 10:11 Go to previous messageGo to next message
Eclipse UserFriend
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.
>
Re: Eclipse debug problem [message #112205 is a reply to message #96825] Thu, 30 October 2003 18:57 Go to previous message
Eclipse UserFriend
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.
Previous Topic:Migration to WSAD IE
Next Topic:How to change to use SUN JAVAC compiler
Goto Forum:
  


Current Time: Fri Jul 18 17:55:23 EDT 2025

Powered by FUDForum. Page generated in 0.05532 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top