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 175625 - Various issues of watch node in Variables window
Summary: Various issues of watch node in Variables window
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Chihin Ko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-29 01:58 UTC by ivan
Modified: 2010-03-18 02:22 UTC (History)
1 user (show)

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 ivan 2009-10-29 01:58:45 UTC
Make sure that "Show watches inside Variables view" is set.
Create a new watch on a pointer, 'this' for example.
Try to follow the pointer by turning it. The turner turns but no children show up.
The "local" 'this' node in the same window can be successfully opened and closed.

Now disable "Show watches inside Variables view" and a watch window appears with 'this'
in it. Here one can follow the pointer.

Now re-enable "Show watches inside Variables view" the opened this is show in opened form
and it can be closed and opened.
Comment 1 Chihin Ko 2010-03-09 15:49:44 UTC
There are various issues of watch node in Variables window :

  - blank in  value and type column
  - can't open turner on pointer node
  - no "New Watch" action in context menu of Variables window
  - no < Enter new watch > entry in both Watch and Variables windows
Comment 2 Chihin Ko 2010-03-18 02:22:22 UTC
Problems/Fixes:

  - blank in  value and type column (NB68 based SS problem)
    NB68 debuggercore problem, fixed by move to NB69.

  - can't open turner on pointer node
    Related to NB68 too.

  - Added "New Watch" action in context menu of Variables window
  - Added "Delete All" action in context menu of Variables window

  - Added <Enter new watch> entry in both Watch and Variables windows

  - replace expression of watch node
    Need debugger engine to implement "watch replace ..." functionality

  - "Create new watch" and "Show watches inside Variables view" buttons
     in side bar of Variables window

  - when no debug session, "Create new watch" and "Show watches inside 
    Variables view" should be in side bar of Variables window.

  - Support for both dbx and gdb engines
Comment 3 Chihin Ko 2010-03-18 02:22:55 UTC
Problems/Fixes:

  - blank in  value and type column (NB68 based SS problem)
    NB68 debuggercore problem, fixed by move to NB69.

  - can't open turner on pointer node
    Related to NB68 too.

  - Added "New Watch" action in context menu of Variables window
  - Added "Delete All" action in context menu of Variables window

  - Added <Enter new watch> entry in both Watch and Variables windows

  - replace expression of watch node
    Need debugger engine to implement "watch replace ..." functionality

  - "Create new watch" and "Show watches inside Variables view" buttons
     in side bar of Variables window

  - when no debug session, "Create new watch" and "Show watches inside 
    Variables view" should be in side bar of Variables window.

  - Support for both dbx and gdb engines