2010/12/22 Søren Gjesse <[email protected]>: > Ryan, > This sounds like a reasonable request. The new heap profiler can generate a > JSON representation of a heap snapshot, so that would fit straight into the > debugger protocol. However this JSON string have a size which could easily > be the same size as the heap, so using it directly is probably not the > right approach. > To get this working a number of protocol requests should be designed, some > to make snapshots and sone to retrieve this information incrementally. We > should also consider if the objects in the snapshots can in some way be > related to the mirror objects used by the debugger.
Agreed. Initially just having some summary information would be useful - like what you see in chrome inspector before drilling down. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
