Debugging
=========

This section provides information on how to debug Clio code both in the browser and
also in various IDEs and code editors.

Browser and Web Apps
--------------------

Clio is debuggable in any browser that supports sourcemaps. Below you can find the
individual guides for some of the major browsers on the market:

.. toctree::
   :maxdepth: 2
   :caption: Browsers:
   
   chrome
   edge
   firefox
   safari

Node and Server Apps
--------------------

Clio is debuggable in any Node debugger or IDE that supports sourcemaps. Below you can
find the individual guides for some of them:

.. toctree::
   :maxdepth: 2
   :caption: Node:
   
   vscode
