Is it possible to set breakpoints using the google chrome inspector on javascript code entered into jsfiddle.net?
When I go to the script tab of the developer tools
In the Developer Tools, under the Script tab if you select fiddle.jshell.net from the dropdown, around line 20-30 (depending on how much CSS you have) you will see a tag that contains the code from the Javascript fiddle window. You can set your breakpoints here.
You can also evaluate code in the Console against this frame by changing the console context:
