JavaScript debug

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