Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How do I view and debug code in dynamically-loaded scripts?

  • 1 відповідь
  • 2 мають цю проблему
  • 1 перегляд
  • Остання відповідь від qschnehage

more options

I have a project in which HTML and JavaScript snippets are loaded via JQuery. These contain code which is then executed.

In Firefox and Firefox Developer Edition, how may I set breakpoints and debug this code?

I'm able to view this code by using the links provided when logging something to the console, but this only allows me to view the code. Any breakpoints I set are not valid when the script is run again.

I have a project in which HTML and JavaScript snippets are loaded via JQuery. These contain code which is then executed. In Firefox and Firefox Developer Edition, how may I set breakpoints and debug this code? I'm able to view this code by using the links provided when logging something to the console, but this only allows me to view the code. Any breakpoints I set are not valid when the script is run again.

Усі відповіді (1)

more options

Essentially, I'm looking for something that would allow me to do what Chrome does here:

http://stackoverflow.com/questions/1705952/is-possible-to-debug-dynamic-loading-javascript-by-some-debugger-like-webkit-fi https://developer.chrome.com/devtools/docs/javascript-debugging#breakpoints-dynamic-javascript

Adding a line of code "//# sourceURL=buildmodal-checkout-include.js" allows one to click through to the source in the debugger and set breakpoints.

If Firefox has a similar feature or way of doing this, Firefox will be the only browser I need for development work. (Aside from cross-browser stuff, of course) :)