When I debug a Node application, my ObjectId appears as Unicode, for example, ObjectID {id: RýÕ/H}instead of the actual readable identifier. Here is a screenshot . Does anyone know what causes this?
I am using WebStorm 7.0.1 on Crunchbang Waldorf x64.
UPDATE: After checking in the node-inspector, I get the same results: http://i.imgur.com/8dxOGhd.png
The only time I can see my ObjectId correctly is to check them in Robomongo (MongoDB GUI), or if I register them on the console from a Node application.
source
share