(function () { debugger; if(true) { var i = 100; }else { i = 10; } })();
JavaScript debug
原文:http://www.cnblogs.com/shouwangzhe-/p/3995205.html