New in 11: Custom objects presentation in JavaScript debugger
When you debug JavaScript code in IntelliJ IDEA 11 you can see the most important properties of an object without expanding its node:
By default the ‘id’ and ‘name’ properties are shown for each object but you can add your own properties in Settings | Debugger | JavaScript:
This feature works for both Firefox and Chrome JS debuggers.
Let us know what you think!