jpchateau/Interactive-Image

View on GitHub
docs/advanced-features/debugging.rst

Summary

Maintainability
Test Coverage
Debugging
---------

| In order to display some console messages to see the different steps of
  the processing and the time each one has taken, you can enable the debug mode
  before activating the plugin:

.. code:: javascript

   var options = {
     debug: true
   };

   $("#my-interactive-image").interactiveImage(items, options);