技能 编程开发 Go 栈跟踪调试探针

Go 栈跟踪调试探针

v20260803
stack-trace-go-probe
这是一个用于深度调查 Go 恐慌和堆栈跟踪的内部工具。它专注于识别 Go 特有的问题,例如 nil 指针解引用或未处理的错误,通过提供最小可复现的 go test 命令和目标补丁点,帮助开发者进行稳健的调试。
获取技能
341 次下载
概览

Stack Trace Go Probe

Return only:

LANGUAGE_PROBE: go
CHECKS:
  - <nil pointer / error-return / goroutine boundary check>
  - <package or interface contract check>
REPRODUCER:
  - <minimal go test ./... -run <Name> command or snippet>
PATCH_TARGETS:
  - <nil guard / explicit error handling / interface assertion target>
VERIFY:
  - <go test command>

Prefer narrow go test ./path -run TestName commands when the trace exposes a package or symbol. Do not suggest mutating production state.

信息
Category 编程开发
Name stack-trace-go-probe
版本 v20260803
大小 1021B
更新时间 2026-08-04
语言