We normally debug the javascript files like .js by having breakpoing in firebug , is there any way to debug inline javascript inside the page.
We have lot of inline code in the page itself with , let me know if there any efficent way of debugging.
Thanks
You can also use firebug to debug the javascript between your
<script>tags.