Community
Participate
Working Groups
Created attachment 190782 [details] proposed fix Version: 3.7.0 Build id: I20110307-2110 (and all versions since heap-walking was added) In its current state, the method HeapWalkingManager#supportsHeapWalking only considers if the supplied object is an instance of IJavaDebugTarget. If the given object is not an instance of IJavaDebugTarget we should ask it for an IJavaDebugTarget adapter, allowing other debug targets to take part in heap-walking.
Hi Mike, Im running into some strange errors in my testing - I'm not sure if they're related tp the patch so I'll do some more testing and update next weel.
(In reply to comment #1) > Hi Mike, > Im running into some strange errors in my testing - I'm not sure if they're > related tp the patch so I'll do some more testing and update next weel. related *to the patch, update next *week: I think the patch looks good so you can go ahead and check this in, Thanks.
applied patch to HEAD