A Plone debug view for introspecting the current context, user, roles and instance dict
Project description
collective.debug provide a @@debug view for analyzing and debugging purposes.
Warning
Use this add-on with care because it may expose unwanted or unwanted information.
Use it with care for debugging and analyzing purposes only.
Do not use it production.
Installation
Install collective.debug by adding it to your buildout:
[buildout] ... eggs = collective.debug
and then running bin/buildout
Usage
This add-on provides a @@debug browser view that returns some debugging information on the current context object, the current user and its roles, the instance dict of the current context object and request information.
Contribute
Issue Tracker: https://github.com/collective/collective.debug/issues
Source Code: https://github.com/collective/collective.debug
License
The project is licensed under the GPLv2.
1.0a3 (2020-11-23)
respect browser layer [zopyx]
1.0a1 (2020-11-23)
Initial release. [zopyx]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.