How to debug CCDictionary/CCArray

I really wonder how to debug CCDictionary/CCArray easily with new Hash table implementation. I can’t print every node in CCDictionary like before, since vector/map was supported by XCode & other IDEs but Hash table didn’t. Anyone have a good idea?