← 返回
未分类 中文

Debugger

Analyze errors, stack traces, and logs to diagnose root causes and suggest fixes. Use when debugging Python, Node.js, Go, or Bash errors, interpreting Kubern...
分析错误、堆栈跟踪和日志以诊断根本原因并提供修复建议。用于调试 Python、Node.js、Go 或 Bash 错误,解读 Kubernetes...
loutai0307-prog
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 699
下载
💾 2
安装
1
版本
#latest

概述

debugger

Analyze error messages, stack traces, and logs to diagnose root causes and suggest actionable fixes. Covers Python, Node.js, Go, Bash, Docker, Kubernetes, Git, and database errors with 24+ built-in patterns.

Usage

debugger analyze <error_text_or_file>
debugger explain <error_code>
debugger suggest <error_text_or_file>

Commands

  • analyze — Parse error input, match known patterns, identify root cause and language context
  • explain — Explain what a specific error code or message means in plain language
  • suggest — Return actionable fix steps for the given error

Examples

debugger analyze "TypeError: 'NoneType' object is not subscriptable"
debugger explain ECONNREFUSED
debugger suggest error.log
debugger analyze "CrashLoopBackOff"

Requirements

  • bash
  • python3

When to Use

Use when you encounter cryptic error messages, stack traces, or error codes and need quick diagnosis without leaving the terminal. Supports Python, Node.js, Go, Bash, Docker, Kubernetes, Git, PostgreSQL, MySQL errors.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-03 04:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Bytesagain Chart Generator

loutai0307-prog
在终端根据CSV或内联数据生成ASCII柱状图、折线图、饼图和散点图。用于可视化数据集、绘制趋势、比较数值等。
★ 0 📥 559

Bytesagain Mindmap

loutai0307-prog
从缩进文本大纲生成 ASCII 思维导图,直接在终端中可视化层级结构或导出为 Markdown。
★ 0 📥 694

Python Cookbook

loutai0307-prog
Python 代码模式和常用代码片段,适用于日常任务。需要文件读写、列表推导式、装饰器、异步函数、正则表达式等代码时使用。
★ 0 📥 671