Improve display of DOM nodes.
Peter Wilson <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
A really useful improvement to Venkman would be to improve the display of DOM nodes in the Local Variables and Console windows. The current display is cluttered by large amounts of DOM constants and element properties. It is very hard to look at the children and attributes of a DOM element - 9 times out of 10 that is what you want to know. It would be much better to invert the current structure and expose the structure of the DOM nodes. It would then be possible to show non-DOM object properties at a deeper nesting level. This would also fit in with x4j xml literals which could then be displayed directly. Peter Wilson