Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Can't inspect/disply variable
Can't inspect/disply variable [message #78629] Tue, 22 July 2003 15:55
Eclipse UserFriend
Originally posted by: prasarita.netscape.net

When debugging my Java application, i can't inspect/display variables as
I would expect because those selections are greyed out on the menu. Its
just a member of the class, like this:

public class Foo
{

private int fooint = 666;

....

public int fooMethod()
{
if (fooInt == 777)

}

}

While debugging, if I right-click on the fooInt in fooMethod(), the
Display and Inspect menu entries are greyed out

This doesn't seem right...am I doing something wrong?
Previous Topic:Re: Old posts to this group?
Next Topic:sysdeo plugin: start tomcat at eclipse startup?
Goto Forum:
  


Current Time: Tue Aug 27 23:28:11 GMT 2024

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

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

Back to the top