# HG changeset patch # User Laurent Peuch # Date 1575510119 -3600 # Node ID e5752c14e5f0cf56c92088329938527a4c7d49b3 # Parent 45242ceec2129ed1b9d32a54cd094d4cdc8ea26b [changelog] talk about the new debug channels mechanism diff -r 45242ceec212 -r e5752c14e5f0 doc/changes/3.27.rst --- a/doc/changes/3.27.rst Thu Dec 05 02:26:14 2019 +0100 +++ b/doc/changes/3.27.rst Thu Dec 05 02:41:59 2019 +0100 @@ -72,6 +72,12 @@ While this hasn't been done yet, this feature is an open path for building dynamic tools that can help inspect the page. +* a new debug channels mechanism has been added, you can subscribe to one of + those channels in your python code to build debug tools for example (the + pyramid custom panels are built using that) and you will receive a + datastructure (a dict) containing related information. The available channels + are: controller, rql, sql, vreg, registry_decisions + * add a new '-t/--toolbar' option the pyramid command to activate the pyramid debugtoolbar * a series of pyramid debugtoolbar panels specifically made for CW, see bellow