Installing Debugger
===================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.0 version of the Debugger
   plugin.

  $ cd plugins
  $ tar -zxvf debugger-1.0-1.0.tar.gz

2) Then go to your config directory and run conf.pl.  Choose
   option 8 and move the plugin from the "Available Plugins"
   category to the "Installed Plugins" category.  Save and exit.

  $ cd ../../config/
  $ ./conf.pl

   Remember, only activate this plugin when you need to debug
   your SquirrelMail.  Do not leave it active in a production
   environment!



Upgrading Debugger
==================

1) First, take note of your configuration settings in setup.php
   since those will be overwritten when you upgrade.  If you 
   never made any customizations to the plugin, you may skip
   this step.

  $ cd plugins
  $ vi debugger/setup.php

2) Then untar the file into the plugins directory.
   Here is a example for the 1.0 version of the Debugger
   plugin.

  $ cd plugins
  $ tar -zxvf debugger-1.0-1.0.tar.gz

3) If you had any non-default changes to the configuration
   settings in setup.php per step 1 above, now edit setup.php
   and reset them as you like.

  $ vi debugger/setup.php


