Can I “step over” just jQuery code while debugging?

后端 未结 5 999
陌清茗
陌清茗 2021-01-31 17:27

While stepping through a script that uses jQuery, I just want to test the code I wrote. I don\'t want to step into the jQuery file -- I\'m not

5条回答
  •  隐瞒了意图╮
    2021-01-31 18:11

    F10 should step over the function calls, F11 should step into the function calls. This works in VS as well as firebug.

提交回复
热议问题