How to debug a Firefox search engine plugin?

84 Views Asked by At

I am writing a search engine plugin for Firefox.

I want to implement search suggestions, so I want my plugin to send requests to my server to get them.

In order to debug this functionality I need to see what requests have been sent and what response is returned.

I noticed that Firebug does not log this info. So I need something else. How can I do that?

2

There are 2 best solutions below

2
On

The add-on LiveHTTPHeaders works.

https://addons.mozilla.org/en-US/firefox/addon/live-http-headers/

Also try Ctrl+Shift+Q and look at the Network tab, that will probably work, too, although I haven't used that before.

0
On

Tools-->Web Developer--->Browser Console(Ctrl+Shift+J)

And in the tab of Net, check "Log Request and Response Bodies"