core
Examine a core dump from a Go program. Provide the executable and core dump file paths to analyze crash data and identify failure causes.
Instructions
Examine a core dump
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executable | Yes | Path to the executable that produced the core dump | |
| corePath | Yes | Path to the core dump file |