PluginDebugger Channel
-------------- -------
The PluginDebugger Channel is made available to allow developers to
easily debug their plugins.

After publishing and subscribing to the PluginDebugger, you will be
able to access Stacktraces and debug statements from your plugin.
All channels on your transmitter will be displayed in the list labeled
"Available Channels". Select those channels from which you wish to see
output.

In your plugin, any call to debugPrint(String s) will display within
the output area in the PluginDebugger.

For further information on plugins, please see the documentation for
marimba.plugin.Plugin

In addition, the SameGame sample channel includes source code for 
writing a plugin.
