Thanks for the response. Is there somewhere in the built-in developer tools where I can see post and get requests (i.e. the name-value pairs being sent by the requests)? I can't use Fiddler; it's Windows-only and I'm on linux.
Esther On Dec 22, 2:11 pm, Pedro Simonetti Garcia <[email protected]> wrote: > Hi there, > > 2010/12/20 estherM <[email protected]> > > > I've been using Firebug with Firefox for years, but have slowly been > > moving over to Chrome. The only thing that's keeping me from switching > > completely is the seeming lack of the Net tab on the Chrome version of > > Firebug. Are there any plans to add it, or does it already exist and > > just needs to be switched on somewhere? > > We have no immediate plans to add a Net Panel on the Chrome extension. Our > current focus is reimplementing the Script Panel in order to support remote > (mobile) debugging, and cross-browser debugging. > > Meanwhile you could use the built-in Chrome Developer Tools, or an external > tool such as Fiddler to inspect network traffic: > > http://www.fiddler2.com/fiddler2/ > > But anyway, there are some new experimental Chrome's API which may allow us > to implement this feature. But considering our fewer resources this is more > likely to happen if someone help us with coding: > > http://code.google.com/chrome/extensions/experimental.webRequest.html > > regards, > > Pedro Simonetti. > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
