Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Debug js script embedded in html page

  • 2 risposte
  • 2 hanno questo problema
  • 12 visualizzazioni
  • Ultima risposta di Pj

more options

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.

Tutte le risposte (2)

more options

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

more options

opensas said

.

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

~Pj