Feature Request: Explicit Debug Mode
Overview
Add debug mode functionality to Templates, Hooks and Tools to help users debug their implementations.
Details
- Templates, Hooks and Tools should have a debug mode that allows users to debug their implementations
- Debug status should be inherited from parent components:
- When debug mode is enabled in a runner or control template, all templates under that control will also be in debug mode
- This hierarchical inheritance makes it easier to debug specific parts of the implementation
Benefits
- Improved debugging capabilities for developers
- More granular control over debugging specific components
- Better visibility into template, hook and tool behavior
Implementation Notes
- Add debug flag/property to base classes
- Implement debug status inheritance logic
- Add debug-specific logging and information display
Feature Request: Explicit Debug Mode
Overview
Add debug mode functionality to Templates, Hooks and Tools to help users debug their implementations.
Details
Benefits
Implementation Notes