Skip to content

Add Explicit Debug Mode for Templates, Hooks and Tools #36

Description

@hmirin

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions