Difference between revisions of "How to Debug"

From PartKeepr Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 09:40, 23 January 2012

How to debug using Firefox

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.