How to step through code in Google chrome javascript debugger

前端 未结 4 1186
隐瞒了意图╮
隐瞒了意图╮ 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:05

    I recommend you to debug with FireBug. It is the absolutely best tool for it.

    I have Chrome version 4.0.221.6, and there i got a button list where i can step in / step through

    so maybe you need to update your Chrome version?

提交回复
热议问题