doc/book/pyramid/debug_toolbar.rst
branch3.27
changeset 12852 a5c7cea1c070
parent 12819 053329493511
equal deleted inserted replaced
12851:e434d8f4734c 12852:a5c7cea1c070
     9 CubicWeb a series of custom debug panels have been developped especially for
     9 CubicWeb a series of custom debug panels have been developped especially for
    10 that purpose.
    10 that purpose.
    11 
    11 
    12 To use the pyramid debug toolbar in CubicWeb, you need to:
    12 To use the pyramid debug toolbar in CubicWeb, you need to:
    13 
    13 
    14 * install it either by doing a `pip install pyramid_debugtoobar` or following
    14 * install it either by doing a `pip install pyramid_debugtoolbar` or following
    15   `the official installation instructions
    15   `the official installation instructions
    16   <https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/#installation>`_
    16   <https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/#installation>`_
    17 * launch the pyramid command adding the `-t/--toolbar` argument to enable it
    17 * launch the pyramid command adding the `-t/--toolbar` argument to enable it
    18   like so: `cubicweb-ctl pyramid my_instance -t` (you probably want to add `-D`
    18   like so: `cubicweb-ctl pyramid my_instance -t` (you probably want to add `-D`
    19   to activate the debug mode during development)
    19   to activate the debug mode during development)