How to step through code in Google chrome javascript debugger

前端 未结 4 1187
隐瞒了意图╮
隐瞒了意图╮ 2020-12-05 02:45

I am really getting frustrated with Google Chrome... I have version 3.0.195.27 and want to debug some JavaScript that is working in IE, FF but not in Chrome.

When I

4条回答
  •  一生所求
    2020-12-05 03:16

    Use the pause, step over, step into, step out buttons at the right end of the inspector, below the search field and above the watch/call stack section.

提交回复
热议问题