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 3968 - Debugger cannot show value of local variables.
Summary: Debugger cannot show value of local variables.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jon Koplin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-22 19:25 UTC by Jon Koplin
Modified: 2003-07-02 16:03 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 Jon Koplin 1999-09-22 19:25:44 UTC
I see no "locals": if I step over the lines

ServletConfig config = getServletConfig();
ServletContext context = config.getServletContext();


neither "config" nor "context" appear under the "local" node of the debugger tree, for my servlet`s thread. If I try to add a watch on them, they both appear as "() null", which is impossible: the sec
ond line does not raise a "NullPointerException".
Comment 1 Marek Grummich 2000-07-25 09:23:59 UTC
Priority is changed to P4 (normal).
Comment 2 johanj 2001-03-28 09:41:46 UTC
Is this really fixed? I am having the exact same problem in 32 #13 when
attaching to a running VM using JPDA and dt_socket. Other than that "everything"
seems to work except that I find it strange that the local variables don't show
up with the other variables. I'm on a Linux machine with jdk1.3.1 beta (those <,
> and + chars really do come in handy sometimes). And yes, I did compile it with
debug info...
Comment 3 Quality Engineering 2003-07-02 16:03:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.