doc/changes/3.27.rst
changeset 12799 e5752c14e5f0
parent 12798 45242ceec212
child 12840 d29955a6dbba
equal deleted inserted replaced
12798:45242ceec212 12799:e5752c14e5f0
    70         [...]
    70         [...]
    71     </div>
    71     </div>
    72 
    72 
    73 While this hasn't been done yet, this feature is an open path for building dynamic tools that can help inspect the page.
    73 While this hasn't been done yet, this feature is an open path for building dynamic tools that can help inspect the page.
    74 
    74 
       
    75 * a new debug channels mechanism has been added, you can subscribe to one of
       
    76   those channels in your python code to build debug tools for example (the
       
    77   pyramid custom panels are built using that) and you will receive a
       
    78   datastructure (a dict) containing related information. The available channels
       
    79   are: controller, rql, sql, vreg, registry_decisions
       
    80 
    75 * add a new '-t/--toolbar' option the pyramid command to activate the pyramid debugtoolbar
    81 * add a new '-t/--toolbar' option the pyramid command to activate the pyramid debugtoolbar
    76 
    82 
    77 * a series of pyramid debugtoolbar panels specifically made for CW, see bellow
    83 * a series of pyramid debugtoolbar panels specifically made for CW, see bellow
    78 
    84 
    79 Pyramid debugtoolbar and custom panel
    85 Pyramid debugtoolbar and custom panel