Community
Participate
Working Groups
Dimitris and I discussed this a few teleconferences ago. We decided to move this task from the minutes to a proper bug report on our last telecon. The Variables view in the Epsilon debugger could be improved in a few ways. So far, we've identified two: - List elements of a collection in the Variables view - Show the extended properties of a value Any other ideas?
Fixed in SVN r1880. The current implementation uses lazy initialization to populate the variable tree on demand. It can handle object arrays, and it can also read every field in any Java object. It lists the available extended properties for the value as well, adding the "~" prefix to their names as usual.
This has been fixed in the latest interim version.
Fixed in 1.0