debug-on

Enable verbose logging for iEvo pipeline sessions with system calls and prompts.

Updated May 17, 2026
One-click install
npx skills add https://github.com/ievo-ai/skills --skill debug-on
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-on
Source: https://github.com/ievo-ai/skills/tree/main/plugins/ievo/skills/debug-on
Command: npx skills add https://github.com/ievo-ai/skills --skill debug-on

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides detailed logging for iEvo pipeline sessions, helping users diagnose issues and understand the internal processes.

Core Features & Use Cases

  • Verbose Logging: Captures full prompts, sub-agent returns, and all system calls during iEvo sessions.
  • Session Tracking: Generates unique session IDs for log aggregation and post-mortem analysis.
  • Project-Level Control: The debug flag is project-local, allowing for easy sharing among team members.

Quick Start

Enable debug mode by creating a .ievo/debug.flag file in your project directory.

Frequently Asked Questions about debug-on

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable verbose logging for iEvo pipeline sessions?

To enable verbose logging for iEvo pipeline sessions, create a `.ievo/debug.flag` file in your project directory. This activates the project-local debug flag to capture all system calls and prompts.

What does verbose session tracking capture during iEvo workflows?

Verbose session tracking captures full prompts, sub-agent returns, and all system calls during iEvo workflows. This detailed logging output helps users diagnose issues and understand internal pipeline processes.

Do I need specific permissions to turn on debugging for iEvo workflows?

Yes, enabling debugging for iEvo workflows requires write access to the `.ievo/` directory and access to POSIX shell commands. These permissions allow the system to generate session IDs and write log files.

Can I share the debug configuration with my team for post-mortem analysis?

Yes, you can share the debug configuration because the debug flag is project-local. Team members can use the generated unique session IDs for log aggregation and post-mortem analysis within the shared directory.

Why is my iEvo pipeline session not generating detailed logs?

Your iEvo pipeline session may not generate detailed logs if the `.ievo/debug.flag` file is missing from your project directory. Ensure you have write access to the `.ievo/` directory and POSIX shell commands enabled.