Debugging NPAPI plugins

Automatically generated description.

To debug plugins in Firefox just run firefox debugging as usual:

<code>firefox -g -d gdb</code>

To debug plugins in Chrome:


<code>google-chrome --plugin-launcher='gdb --args'</code>