|
DebuggingFirefox
Tips for debugging the Firefox plugin. IntroductionIDIB is currently 100% Javascript and does not contain any native XPCOM components or interfaces, so all debugging is done using standard web-developer tools. Prerequisites
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. |
Sign in to add a comment