I'm using trying google app engine in eclipse with the google app engine plugin.
In the section "Understanding Write Costs" of https://developers.google.com/appengine/docs/java/datastore/entities, I read
You can see how many writes will be required to store an entity by looking at the data viewer in the SDK Development Console
However, I can't find this view in eclipse, so I think I'm missing something here.
Q: Where is the "SDK Development Console" ?