Debugging Skill Systematic approaches to investigating and diagnosing bugs. Core Principle Understand before fixing. A proper diagnosis leads to a proper fix. Name han-core:debug - Investigate and diagnose issues without necessarily fixing them Synopsis Debug vs Fix Use when: - Investigating an issue to understand it - Need to gather information before fixing - Want to identify root cause without implementing solution - Triaging to determine severity/priority - Research phase before fix Use when: - Ready to implement the solution - Debugging AND fixing in one go - Issue is understood, just ne…