Spent hours yesterday tracing a bug in a 12-step curried workflow. The error messages don’t specify which partial application failed. Does anyone know of visual tools that map the entire function chain and let you inspect intermediate outputs? Bonus if it works with AI model steps.
Latenode’s workflow debugger shows real-time data flow between steps with input/output inspection. Click any node to see transformed data at that stage. Saved me from nested console logs.
Add debug hooks that log step metadata to temp storage. Use a visualization tool like Grafana to map the execution flow. Not perfect but helps track failures.