Inspecting javascript on jsfiddle.net in Google Chrome

后端 未结 4 623
粉色の甜心
粉色の甜心 2020-12-07 15:49

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

4条回答
  •  悲&欢浪女
    2020-12-07 16:07

    From the developer console go to tab sources, open the sources tree representation (on the left), open the fiddle.jsshell.net node, next click _display, next (index) and you should see your code.

    Note that if you save your code this _display reference will be replaced by fiddle-reference/version/show. For example JsQfE/2/show (which doesn't exist as far as I know but does the job as an example).

    enter image description here

提交回复
热议问题