Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » unavailable local variables when debugging
unavailable local variables when debugging [message #23596] Wed, 14 May 2003 19:34 Go to next message
Eclipse UserFriend
Originally posted by: dweiler-thiessen.purina.com

Hi

I am trying to debug some code, and am stepping into some javax.swing
classes, and I get the [local variables unavailable] message next to the
stack frame when I select it.

Is there someway to see local variables when debugging through these types
of classes?
Re: unavailable local variables when debugging [message #23639 is a reply to message #23596] Wed, 14 May 2003 19:38 Go to previous messageGo to next message
Eclipse UserFriend
Basically no. The standard jvm rt.jar's are compiled without local
variables. And without that turned on you don't get local variables.

Rich Kulp
Re: unavailable local variables when debugging (build file that generates the full debug info) [message #24174 is a reply to message #23596] Thu, 15 May 2003 09:53 Go to previous messageGo to next message
Johan Compagner is currently offline Johan CompagnerFriend
Messages: 148
Registered: July 2009
Senior Member
Here my build file for recompiling rt.jar.

set this xml script in youre JDK dir and run it with ANT.

Then you will have a rt.jar with full debug info.


johan

P.S. I also want to thank Greg Rishea for improving this file!



"David Weiler-Thiessen" <dweiler-thiessen@purina.com> wrote in message news:b9u5nj$n7d$1@rogue.oti.com...
> Hi
>
> I am trying to debug some code, and am stepping into some javax.swing
> classes, and I get the [local variables unavailable] message next to the
> stack frame when I select it.
>
> Is there someway to see local variables when debugging through these types
> of classes?
>


  • Attachment: rt_build.xml
    (Size: 3.20KB, Downloaded 244 times)
Re: unavailable local variables when debugging (build file that generates the full debug info) [message #24993 is a reply to message #24174] Thu, 15 May 2003 17:12 Go to previous message
Eclipse UserFriend
Originally posted by: dweiler-thiessen.purina.com

Johan Compagner wrote:

> Here my build file for recompiling rt.jar.

> set this xml script in youre JDK dir and run it with ANT.

> Then you will have a rt.jar with full debug info.


> johan

> P.S. I also want to thank Greg Rishea for improving this file!


Hi Johan

Thx for that information. I actually, did it manually, based on the
information provided by Robert.

At least now, I know that what I did works, as others have done it also.

Dave
Previous Topic:Error while performing Extract Interface refactoring
Next Topic:prevent build/selective builds
Goto Forum:
  


Current Time: Mon Jan 13 15:41:11 GMT 2025

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

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

Back to the top