This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 158362 - Local variables not showing with java 6u12
Summary: Local variables not showing with java 6u12
Status: RESOLVED DUPLICATE of bug 157300
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 09:51 UTC by salc
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description salc 2009-02-11 09:51:02 UTC
By upgrading to Java 6u12, I have discovered that local variables during a debugging session, do not show their values.
I also have found that, by holding down the mouse button over the variable value cell, you can see the value. When you 
release the button, the value hides again.
All this does not happen when using java 6u11 or 6u10.

these are the version i'm using:
Product Version         = NetBeans IDE 6.5 (Build 200811100001)
Operating System        = Windows XP version 5.1 running on x86
Java; VM; Vendor        = 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16; Sun Microsystems Inc.
Runtime                 = Java(TM) SE Runtime Environment 1.6.0_11-b03
Comment 1 salc 2009-02-11 10:04:38 UTC
sorry, but the version of java that i provided, is the one that i'm using now to avoid the issue.
The version that gives that strange behavior is the java 6u12.


I forgot to add the following versions:
PHP version 5.2.8
Xdebug version 2.0.3
Comment 2 kurti 2009-02-13 16:32:11 UTC
I was able to see the variables when NB has been started with 6u10, even when debugging a 6u12 application.

So if you need 6u12 for your application, just run NB with 6u10 (or 6u11 I guess) and run your application with 6u12.
Comment 3 kurti 2009-02-13 16:36:12 UTC
I forgot to mention, that I am running (working version, not 6u12):

Product Version: NetBeans IDE 6.5 (Build 200811100001)
Java: 1.6.0_10; Java HotSpot(TM) 64-Bit Server VM 11.0-b15
System: Linux version 2.6.27-11-generic running on amd64; UTF-8; de_DE (nb)

and I am debugging a Java application. Therefore I changed OS from "Windows" to "all" and "component" from "php" to
"debuggercore".
Comment 4 Martin Entlicher 2009-02-13 16:42:48 UTC
UI issue in tables.
Comment 5 Martin Entlicher 2009-02-13 16:43:59 UTC
Already fixed.

*** This issue has been marked as a duplicate of 157300 ***