4
The ``debug`` plugin provides these debugging functions:
10
These functions are for Drizzle developers.
17
To load this plugin, start :program:`drizzled` with::
21
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
35
This documentation applies to **debug 1.1**.
37
To see which version of the plugin a Drizzle server is running, execute:
41
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='debug'