javascript - chrome's alternative for firebug's evaluation console? - Stack Overflow

I'm using chrome for a new website, and I'm doing some javascript debugging.One of my favori

I'm using chrome for a new website, and I'm doing some javascript debugging. One of my favorite techniques to debug nested expressions is to put a breakpoint, enter an expression in firebug's input panel in the console tab and press run. But I don't see this feature in chrome. I'm probably overlooking something. Is it there? And where can I find it.

I'm using chrome for a new website, and I'm doing some javascript debugging. One of my favorite techniques to debug nested expressions is to put a breakpoint, enter an expression in firebug's input panel in the console tab and press run. But I don't see this feature in chrome. I'm probably overlooking something. Is it there? And where can I find it.

Share Improve this question asked Nov 10, 2010 at 16:24 dr jerrydr jerry 10k25 gold badges84 silver badges127 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 7

You can do it right from this page: Hit CTRL+SHIFT+J, click the Sources tab, choose chromes-alternative-for-firebug-evaluation-console from the file drop down on the left, click on line 41 to create a break point. Now refresh the page and your breakpoint will stop the debugger.

Ctrl + Shift + I will open Chrome's Developer's Tools. Or (Chrome v9): Options -> Tools -> Developer Tools. Ctrl + Shift + J is a keyboard shortcut for the Javascript console.

Under the Scripts tab, you can click on the line number to set a breakpoint.

You can also try right clicking on the page and choosing "Inspect Element" which should open the developer tools for you. Then you can click the Scripts tab like Harmen said.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743807225a4510375.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信