Difference between revisions of "How to Debug"
From PartKeepr Wiki
(Created page with "== How to debug using Firefox == * Install [https://addons.mozilla.org/firefox/addon/firebug/ FireBug] * Open FireBug In case any error appears, please report it. As Firebug al...") |
m (moved Howto Debug to How to Debug) |
(No difference)
|
Revision as of 14:43, 17 February 2012
How to debug using Firefox
- Install FireBug
- Open FireBug
In case any error appears, please report it. As Firebug also can make the requests visible, you can also post these.
How to debug using Google Chrome / Chromium
Google Chrome / Chromium comes with built-in developer tools. You can access them using F12 on most machines or by the wrench, then Tools>Developer Tools.
Prior debugging, right-click on the main area when "console" is active, then click "Log XmlHttpRequests".
If an error appears, post that error. If the error is likely to be caused by an XmlHttpRequest, you can view the request and post details about it also.