Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

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

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

Докладніше

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

How can I debug the downloaded webpage instead of the attempted download of the source?

more options

The application I am developing requires authentication. After logging in, I access the program, for example http://<website>/<program> Now, when I press F12 and look in the debugger, the source for this program displays the login page source instead of the actual program that is displayed in the web browser.

The Inspector shows the javascript that I want to debug, but the debugger > sources shows the login page.

How do I debug the javascript that is displayed in the inspector? It doesn't seem to be anywhere in the Debugger tab of the developer tools

The application I am developing requires authentication. After logging in, I access the program, for example http://<website>/<program> Now, when I press F12 and look in the debugger, the source for this program displays the login page source instead of the actual program that is displayed in the web browser. The Inspector shows the javascript that I want to debug, but the debugger > sources shows the login page. How do I debug the javascript that is displayed in the inspector? It doesn't seem to be anywhere in the Debugger tab of the developer tools

Змінено AdamKnight

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

more options

Hi AdamKnight, the Debugger mostly shows the scripts used in the page, and those are seldom modified after load. The Inspector shows the current DOM as modified after download. I'm not sure what you would like to do with the page, but if you want to view or save the modified DOM as an HTML document, you could try either:

  • right-click the HTML element in the Inspector and Copy > Outer HTML and then paste that into your preferred editor
  • Select All (Ctrl+a) in the page, right-click > View Selection Source to launch the current DOM in a new tab
more options

Hi jscher200, thank you for your quick response!

The inspector does show the javascript that I want to debug. But that same javascript cannot be found in the Debugger tab of the developer tools.

more options

Could you try asking the dev tools team on their forum here:

https://discourse.mozilla.org/c/devtools