Releases: WPoets/debug-handler
Releases · WPoets/debug-handler
1.2.3
1.2.2
- [Improved] Removed ticket_collect output service and instead repurposed collect output service to handle the collection of output to ticket
- [Improved] Introduced two new attributes to output collect service - preserve and max_count . preserve takes yes/no and max_count is the maximum number of events that will be collected when the preserve is set to yes.
- [Improved] Now debug icon only shows when the 'dump' output service is used.
1.2.1
- [Improved]: added ability collect the output to ticket
[output new service=ticket_collect event_keys="hash,atts" collect_id='abc' /], key for the ticket become "debug_collect:<tiekct_id>" - [Improved]: Added ability to output individual values from environment stack using env_keys
- [Fixed]: Also, excluded js,css,file and file viewer controllers from outputting debug code
1.2
- [Improved]: Added support for the format.
- [Improved]: added ability collect in the output based on key specified
[output new service=collect event_keys="hash,atts" collect_id='abc' /] - [Improved]: added support for specifying comma-separated items in value for checks
- [Fix]: Cleaned up a bunch of notices
- [Fix]: Only one output was used
1.1
- [Improved]: Added Support for live_debug .
You can use the following sample to start the debugging
`[live_debug.activate/]
[env.set @live_debug.left_events=100 /]
[live_debug.start.add]
[checks new event_key=flow value=module /]
[checks new event_key=action value=module.found /]
[checks new event_key=module value='condition-checks' /]
[checks new env_key=app.slug value=samples /]
[/live_debug.start.add]
[live_debug.output.add]
[checks new event_key=flow value=module /]
[checks new event_key=action value=module.done /]
[output new service=dump event_keys="hash,atts" env_dump=yes /]
[/live_debug.output.add]`
1.0.2
- Improved: Added support to capture the modules, post types, and apps in use. Introducing new shortcode: debug_cache.*
1.0.1
- [Imporved] Removed error handler
First Release
1.0.0 Add the initial set of files.