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 94401 - Panel [Local Variables] of [Debugger Windows] keeps invisible local variables.
Summary: Panel [Local Variables] of [Debugger Windows] keeps invisible local variables.
Status: CLOSED DUPLICATE of bug 67833
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 15:45 UTC by Chary Kanaparthi
Modified: 2010-04-29 09:32 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 Chary Kanaparthi 2007-02-05 15:45:29 UTC
MAC
1. Create new project.
2. Open source code Page1.java.
3. In the constructor Page1 append the following code (between "try" and "catch"):
    String s = "Hello";
    s = "Bye";
4. Save project ("File|Save All").
5. Create new breakpoint at line: String s = "Hello";
6. Start Debugger (main menu item "Debug|Debug Project") and wait until debugger
stops at this breakpoint.
7. Use main menu item "Debug|Step Over".
Result:
a) In the panel "Local Variables" of "Debugger Windows" will appear new row
relating to local variable "s".

8. Use main menu item "Debug|Continue".
Result:
a) Row relating to local variable "s" is still visible in the panel "Local
Variables", but it should disappear.

alexey --2004-09-21 23:14:59

This bug is still reproduced on MacOS X (VWP build #061103), on Windows XP (VWP
build #070129).
*** (#1 of 1): 2007-01-30 09:21:43 PST alexey

Looks like an NB bug.
po-ting.wu@sun.com 10/28/04 23:08 GMT
*** (#1 of 2): 2004-10-28 16:08:07 PDT po-ting

Fixed.
*** (#2 of 2): 2006-09-21 10:48:01 PDT po-ting
Comment 1 Chary Kanaparthi 2007-02-05 15:48:34 UTC
Needs verification
Comment 2 Chary Kanaparthi 2007-02-05 15:55:14 UTC
Fix Failed
Comment 3 Roman Ondruska 2007-07-17 13:30:05 UTC
Not reproducible for me. Can you attach the Page1.java source if it is repro-case? Thanks.
Comment 4 Jiri Prox 2007-09-17 20:17:19 UTC
Obsolete milestone, please reevaluate
Comment 5 Martin Entlicher 2007-10-18 16:47:59 UTC
IMHO this is a dupl. of issue #67833.

*** This issue has been marked as a duplicate of 67833 ***
Comment 6 Quality Engineering 2010-04-29 09:32:02 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.