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 179035 - Entering a new fortran array element value collapses all nodes in Variables window
Summary: Entering a new fortran array element value collapses all nodes in Variables w...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Chihin Ko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-25 10:05 UTC by Alexander Pepin
Modified: 2010-06-14 20:38 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 Alexander Pepin 2009-12-25 10:05:11 UTC
Steps to reproduce:
- create any application which uses arrays
- start debugging
- open Variables window
- expand array variables
- type a new value for any of array elements then press "Enter" to apply changes
Result: All array variables get collapsed.
Comment 1 Alexander Pepin 2009-12-25 10:16:17 UTC
This happens only in fortran programs
Comment 2 Alexander Pepin 2009-12-25 10:18:10 UTC
Entering new value for any variable (non array) also collapses all variable nodes.
Comment 3 Chihin Ko 2010-06-14 20:38:54 UTC
The problem is in dbx, dbx did not sent is_open status as part of VDL info for
fortran array.

Added vdl->is_open in fortran_printarray()