On Monday, 19 December 2016 02:36:18 UTC-5, Sebastian Zartner wrote: > > On Friday, December 16, 2016 at 4:17:41 PM UTC+1, Arvis Pinkletter wrote: >> >> The Debugger tab - in "sources", when I am working on a site where you >> have to log in to see the page, I need the "source" of the page I'm working >> on to be the same as the one in the browser, that is, if I'm logged into >> the site, the source in the debugger tab for that page should also be the >> "logged in" version of the page. Our pages redirect you to a login page if >> you aren't logged in, so currently, in my "source" tab if I'm trying to >> work on something, I see the markup and scripting for the login page >> instead of the page I actually want. What's weird about this is that the >> "inspector" tab has the right content, but not the debugger tab. >> > > Do you have a URL, so this can be reproduced? Did Firebug (before Firefox > 50) show different results? > > Due to security reasons, I can't disclose a URL. But I can suggest this: log in to gmail. You ought to be on a page with a URL that looks like https://mail.google.com/mail/u/0/#inbox .... open up the Debugger, and find mail/u/0/ in the sources. The source there ought to have links for "sign in", "create an account", "get gmail", etc, while the browser's viewport shows your inbox and not have those links. One thing I find weird about this is that the "inspector" tab agrees with the viewport. And yes, in firebug, when the script tab still worked, it showed sources that matched the viewport.
Also, scrolling up and down in the debugger tab isn't as nice as in the >> inspector tab; I can't use my mouse pointer on the scroll bar - I have to >> use my wheel or my keyboard to page up and down. >> > > The Debugger panel is currently reworked > <https://github.com/devtools-html/debugger.html> for a better UI and to > be independent of the DevTools. You may try it out in the latest Developer > Editions <https://aurora.mozilla.org/> and Nightlies > <https://nightly.mozilla.org/> of Firefox. Try it out and let them know > if it's still not working for you. > OK, I grabbed the latest Developer Edition. Good news is that the sources match the viewport. The vertical scrollbar on the source pane is *sometimes *clickable, if I point my mouse on the exact perfect pixel, occasionally, but I can't find a predictable way to make it always work. The vertical scrollbar in the inspector works nicely when clicked, and I can drag the scroll-cursor up and down at my leisure. On Friday, December 16, 2016 at 9:25:30 PM UTC+1, Arvis Pinkletter wrote: >> >> Console Tab: >>> >> XHR requests have "Headers", "POST", "Response", "Call Stack". >> Need these that Firebug had: "JSON" (the nicely navigable JSON object >> that is the Response), and "Cookies" >> > > The JSON structure is available inside the *Response* tab. I'll add that > to the migration guide > <https://developer.mozilla.org/en-US/docs/Tools/Migrating_from_Firebug>. > Ah, I see. If I click the arrow next to my request, the response tab there will show the JSON object tree after I click on "Size limit has been reached. Click here to load more." I had thought it would just load the rest of the Raw Data. If I click on the request itselt, then I get all kinds of goodies, including cookies and a nice filter for properties. This is good stuff; I will just have to get used to using it. Thanks. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/9d86b572-c1c3-4d9f-94d7-48aaf3c08d11%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
