javascript - Where is the "Mark Object" menu option in IntelliJ IDEA 11? -


according http://blogs.jetbrains.com/idea/2011/11/new-in-11-mark-object-action-in-javascript-debuggers/ should have right there in context menu. well, cannot find there: enter image description here enter image description here

what missing?

mark object feature dropped when changing debugger protocols. plan introduce again soon, follow feature request.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -