debug_crash
Analyze and identify the cause of program crashes, generating detailed stack traces for debugging in HPC environments via HPC-MCP server integration.
Instructions
Debug crashing program and return the stack trace.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes | ||
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"items": {
"type": "string"
},
"title": "Args",
"type": "array"
},
"target": {
"title": "Target",
"type": "string"
}
},
"required": [
"target",
"args"
],
"type": "object"
}