Closed Bug 1390419 Opened 7 years ago Closed 7 years ago

firefox developer 56.0b2 webconsole not showing ajax request

Categories

(DevTools :: Console, defect)

56 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1362036

People

(Reporter: mr.ajaxian, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 Build ID: 20170810180547 Steps to reproduce: hello my dear; i have one question.. i using firefox developer 56.0b2 (64-bit) and it changed in web console. web console not showing ajax request and its parameters. older version worked but this version not working; please help me. i can't use firefox developer with this new web console Expected results: web console must be show the ajax request with send parameter and recieved response older version worked
Component: Untriaged → Developer Tools: Console
Hello, You need to activate the xhr filter to see them. You can do that by clicking on the filter icon in the upper left corner, and then click on the xhr button in the toolbar that showed up.
mr.ajaxian, does it work for you now ?
Flags: needinfo?(mr.ajaxian)
hi Nicolas; that's not work. in older version of developer, console tab show xhr request with post/get request and then show the result's. and we can see the post parameters and result (in json/html,etc...) but this version just show the request and not show the post parameter and its results. i just installed firefox developer firefox-53.0a2.en-US.win64.Developer and this version look likes ok. are firefox team can change this tab to older version? i need console tab similar firebug consol. thankyou;
Flags: needinfo?(mr.ajaxian)
Hello, Okay, so it looks like that you do see XHR calls, but they are not as helpful as they used to be. The good news is that we're working on this in Bug 1362036 :) If you want to see network messages, you can use the network panel (you can show the console at the same time with the split console button https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Split_console). If you really need to have inspectable network calls in your workflow, you can switch back to the old console by going to about:config and set devtools.webconsole.new-frontend-enabled to false, and I'll remind you to switch back to the new frontend when Bug 1362036 lands :) I am going to close this bug as a duplicate because we are already tracking this.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.