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