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

Summary: Entering a new fortran array element value collapses all nodes in Variables window
Product: third-party Reporter: Alexander Pepin <apepin>
Component: DBX-GuiAssignee: Chihin Ko <chihinko>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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()