Skip to content

Debugging Entry Template

Ian Clarke edited this page Aug 27, 2025 · 1 revision

Debugging Entry Template

Copy this template when adding new debugging log entries:

### YYYY-MM-DD-NNN
**Time:** HH:MM TZ  
**Activity:** Brief description  
**Test Configuration:** (if applicable)

Commands/setup used

**Facts:**
- Only observable facts
- No interpretations
- Include error messages
- Include success/failure states
**Results:**
- Specific outcomes
- Metrics if available

For New Hypotheses

### HN: Hypothesis Title
**Status:** 🟡 Under Investigation / ✅ Confirmed / ❌ Disproven  
**Relevant Log Entries:** [YYYY-MM-DD-NNN](#YYYY-MM-DD-NNN)  
**Theory:** What we think might be happening and why  
**Evidence For:** Facts that support this theory  
**Evidence Against:** Facts that contradict this theory  
**Next Test:** What experiment would confirm/deny this

Status Indicators

  • 🟡 Under Investigation
  • ✅ Confirmed
  • ❌ Disproven
  • 🔴 Blocked
  • 🟢 Workaround Available
Clone this wiki locally