I'm looking for a tool that can:
- inspect HTML elements
- manage/debug JavaScript
- profile performance
- modify elements in real-time
|
I'm looking for a tool that can:
|
|||
|
|
|
It's built in. Page [paper] -> Developer -> Developer tools (in Chrome v5 and under). It is likely to be different in v6 since the Page button appears to be disappearing in that version. |
|||||||||||||||
|
|
Right-Click -> Inspect Element |
|||
|
|
|
|
|||
|
|
The in-browser tools are great at their job and are usually your best first choice, but sometimes they don't provide enough technical detail on the HTTP request/response payloads, or are too page-specific. In these cases, you may find that a dedicated HTTP inspection tool like Fiddler or one of the Linux alternatives will provide more insight. If you really need to get bare-metal, Wireshark goes beyond HTTP to full network traffic analysis, but be prepared to be overwhelmed at first. |
|||||
|
|
You can also try Google's open source Speed Tracer - http://code.google.com/webtoolkit/speedtracer/
|
|||
|
|