Firefox extension for ajax debugging

or similar…

Is there any extension for firefox so that I can view the source code of
ajax returned content?

Thanks everybody.

Firebug - https://addons.mozilla.org/firefox/1843/

“FireBug lets you explore the far corners of the DOM by keyboard or
mouse. All of the tools you need to poke, prod, and monitor your
JavaScript, CSS, HTML and Ajax are brought together into one seamless
experience, including a debugger, an error console, command line, and
a variety of fun inspectors.”

/David

Chris Pederick’s “Web D.” extension
(https://addons.mozilla.org/firefox/60/) provides a “View generated
source” menu item under the “View Source” menu that does what you are
looking for.

Ingo

Matias wrote:

or similar…

Is there any extension for firefox so that I can view the source code of
ajax returned content?

Thanks everybody.

On 6/2/06, David W. [email protected] wrote:

Firebug - https://addons.mozilla.org/firefox/1843/

“FireBug lets you explore the far corners of the DOM by keyboard or
mouse. All of the tools you need to poke, prod, and monitor your
JavaScript, CSS, HTML and Ajax are brought together into one seamless
experience, including a debugger, an error console, command line, and
a variety of fun inspectors.”

/David

Big +1 - Firebug is absolutely essential. Get that first, then get
the toolbar, venkmann, a http header watcher, etc.

On 6/8/06, Daniel T. [email protected] wrote:>

Just curious Rob, why do you need venkmann and firebug? Or, what
Feature exists in venkmann that isn’t in firebug?

Venkmann has a full featured debugger for js, while Firebug’s is more
a debugger-lite. I prefer not to have to use venkmann, but sometimes
its necessary.

Firebug - https://addons.mozilla.org/firefox/1843/

Big +1 - Firebug is absolutely essential. Get that first, then get
the toolbar, venkmann, a http header watcher, etc.

  • rob

Just curious Rob, why do you need venkmann and firebug? Or, what
Feature exists in venkmann that isn’t in firebug?

Thanks,
-DT