New in 11: ‘Mark Object’ action in JavaScript debuggers
November 8th, 2011 by Nikolay ChashnikovSince IntelliJ IDEA 11 the Mark Object action, which was previously available in JVM-based debuggers only, is also supported in JavaScript debuggers for Firefox and Chrome browsers. To mark an object press F11 on the corresponding node in any debugger tree and specify the label:

After that the labeled object will be marked accordingly in all debugger views:
By the way this feature also works in Flex debugger starting from IntelliJ IDEA 10.5.
Tags: Debugger, Flex, JavaScript, Nika


November 8th, 2011 at 12:48 pm
How is ‘zen-coding’ is supported in editor? How to invoke it ?
November 9th, 2011 at 2:46 am
Yuri, you should type an abbreviation, e.g. ul>li and press TAB to expand it.