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 28917 - When attaching to a process using JPDA, static variables are not shown in the Local Variables window
Summary: When attaching to a process using JPDA, static variables are not shown in the...
Status: CLOSED DUPLICATE of bug 28612
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-21 17:37 UTC by edburns
Modified: 2010-04-29 09:11 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 edburns 2002-11-21 17:37:18 UTC
Hi There,

I have compiled my code with -g.  I can attach
with JPDA when I start my JVM with the following
additional args:

-Xdebug
-Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=n

When my breakpoint is hit, I can see and modify
non-static variables, but static ones do not show
up, even though they are marked as public.
Comment 1 Marian Petras 2002-11-22 11:18:44 UTC

*** This issue has been marked as a duplicate of 28612 ***
Comment 2 Marian Petras 2002-11-22 11:23:34 UTC
Reopen this issue if you found the bug in a different situation (i.e.
if the last method call was non-static and non-native).
Comment 3 Quality Engineering 2010-04-29 09:11:59 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.