I want to debug my javascript code and able to successfully place breakpoints at required places under sources tab.
However, I have run into an issue where I want to debug my inline javascript code. Do we have any chrome debugging tool feature using which I can debug my inline javascript code.
I am fine with using Firebug too for debugging purpose.
PS: By inline javascript code, I mean JS code inside body tag and in the same file.