简体   繁体   English

我们可以通过Firebug调试内联JavaScript并具有断点吗

[英]Can we debug inline javascript through firebug and have break point

We normally debug the javascript files like .js by having breakpoing in firebug , is there any way to debug inline javascript inside the page. 我们通常通过在firebug中进行断点调试来调试.js之类的javascript文件,是否有任何方法可以调试页面内的内联javascript。

We have lot of inline code in the page itself with , let me know if there any efficent way of debugging. 我们在页面本身中有很多内联代码,请告诉我是否有任何有效的调试方法。

Thanks 谢谢

您还可以使用Firebug调试<script>标记之间的javascript。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM