Skip to main content
Glama

edict_debug

Debug Edict programs by executing with call-stack tracing to identify runtime failures. Returns structured crash diagnostics including crash location and call stack for targeted fixes.

Instructions

Execute an Edict program with debug instrumentation. Compiles the AST with call-stack tracing, runs it, and returns structured crash diagnostics including call stack at crash time, crash location with nodeId, and step count. Use this instead of edict_compile + edict_run when debugging runtime failures — the crash location and call stack enable targeted fixes without guessing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
astYesThe Edict program AST (module) to debug — same format as edict_compile
optionsNoOptional debug execution options

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sowiedu/Edict'

If you have feedback or need assistance with the MCP directory API, please join our Discord server