In Chrome's javascript debugger, is there a more convenient way of breaking on a ReferenceError than "try{thing;false;}catch(e){true}"
In Chrome's javascript debugger, is there a more convenient way of breaking on a ReferenceError than "try{thing;false;}catch(e){true}"