Question

I have no idea what changed, but now the only way I can see any network (like AJAX) activity from javascript is to go to the network tab. Just minutes before it would show up in the console like any other sort of debug message.

Anybody have any idea what happened? I've poked around in the documentation and the different options but nothing is getting the network messages back.

Was it helpful?

Solution

In the options menu of Firebug's Console panel, there is an option for toggling the AJAX request display called Show XMLHttpRequests. You might have pressed this one, and now it filters out the network logs.

See the following image: FireBug Console Interface

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top