You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
Google Code Exporter edited this page Mar 15, 2015
·
1 revision
Tips for debugging the Firefox plugin.
Introduction
IDIB is currently 100% Javascript and does not contain any native XPCOM components or interfaces, so all debugging is done using standard web-developer tools.
IDIB comes with support for Firebug making it easier to debug. If you do not have Firebug installed, you can still receive debug messages through the error console.