Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

DebuggingFirefox

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.

Prerequisites

  • Firebug is highly recommended, but not required.

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.

Clone this wiki locally