Debugging"
From Documentation
(Created page with '{{ZKClient-sideReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- | | | |} {{ZKClient-s…') |
m |
||
Line 1: | Line 1: | ||
{{ZKClient-sideReferencePageHeader}} | {{ZKClient-sideReferencePageHeader}} | ||
+ | = Debugger = | ||
+ | First, it is suggested to get a debugger for the browser you're working with. | ||
+ | |||
+ | {| border='1px' | | ||
+ | ! Browser !! Debugger | ||
+ | |- | ||
+ | | Firefox | ||
+ | | [http://getfirebug.com/ Firebug]. | ||
+ | It is not built-in, so you have to download and install it separately. | ||
+ | |- | ||
+ | | Internet Explorer 9 | ||
+ | | There is built-in debugger called developer tools. You could start it by pressing F12. | ||
+ | |} | ||
+ | = Turn Off Compression and Cache = | ||
=Version History= | =Version History= | ||
{{LastUpdated}} | {{LastUpdated}} |
Revision as of 02:51, 14 January 2011
Debugger
First, it is suggested to get a debugger for the browser you're working with.
Browser | Debugger |
---|---|
Firefox | Firebug.
It is not built-in, so you have to download and install it separately. |
Internet Explorer 9 | There is built-in debugger called developer tools. You could start it by pressing F12. |
Turn Off Compression and Cache
Version History
Version | Date | Content |
---|---|---|