ADK Debugger Skill What is ADK Debugging? Every ADK agent records its behavior as traces and logs — every conversation turn, tool call, LLM reasoning step, and error. These are the source of truth for understanding what your agent did and why. The ADK CLI provides all the tools you need to debug. All commands support for structured output, which you should always use when consuming output programmatically. When to Use This Skill Use this skill when the developer asks about: - Bot not working — not responding, wrong responses, unexpected behavior - Tool issues — wrong tool called, tool errors,…