* @throws flash.tools.debugger.NotSuspendedException
*/
void obtainMembers(long valueId, int isolateId) throws NoResponseException, NotConnectedException, NotSuspendedException
{
if (!isWorkerSuspended(isolateId))
throw new NotSuspendedException();
// Get it from cache. Normally, this should never fail; however, in
// the case of Flex Builder, which is multithreaded, it is possible
// that a thread has called this even after a different thread has
// single-stepped, so that the original variable is no longer valid.