To facilitate web-related development, we must share several tools with you. If you have good tools, share them.
1) Browser:
At least two browsers, ie and Firefox, need to be debugged, because many web UI compatibility varies with different browsers. It is best to install all the following mainstream browsers:
IE, Firefox, safair, chrome, opera
2) browser-based debug tools:
I believe many people are familiar with this issue. There are two essential methods:
IE7 +: Developer Tools. For details about how to use it, refer to the related msdn
Firefox: firebug
3) HTTP monitoring tools:
Httpwatch: the free version of the new version is limited. We recommend that you download 6.0. Http://www.crsky.com/soft/3455.html
Fiddler, similar to the root httpwatch, but more powerful, it is recommended to download for use. Http://www.fiddlertool.com/fiddler2/
4) decompilation software:
Reflector, which should be used for Development Based on. NET Framework, can decompile the core source code of. Net to help us find some problems.
5) Others:
Expresso, a regular expression testing tool. Http://www.ultrapico.com/Expresso.htm