Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Debug js script embedded in html page

  • 2 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 13 views
  • Last reply by Pj

I'm trying to debug an html page which has a <script type="text/javascript"> tag in it.

This is the page: http://visjs.org/examples/timeline/basicUsage.html

I press F12, go to Debugger tab, sources, and I cant find the js script to put a breakpoint in it.

I tried using google chrome, there I can find it in Sources tab, under "examples/timeline/basicUsage.html", and I can set breakpoints and debug code with no problem.

I'm trying to debug an html page which has a <script type="text/javascript"> tag in it. This is the page: http://visjs.org/examples/timeline/basicUsage.html I press F12, go to Debugger tab, sources, and I cant find the js script to put a breakpoint in it. I tried using google chrome, there I can find it in Sources tab, under "examples/timeline/basicUsage.html", and I can set breakpoints and debug code with no problem.

All Replies (2)

Hi, someone may know yet. Nothing to offer on the subject other than : If you have a bug, file a bug report. https://bugzilla.mozilla.org/ Bug Writing Guidelines : https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines

opensas said

.

It's on Line 24. (I used Control-Shift-F to find it.)

~Pj