You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
It'd be nifty if there were some nice debugging utils for inspecting stacks and executions. Just recently I saw a talk by @brianarn where he showed a function that neatly wrapped other functions and logged their name, input, and output as they executed. Something like that could be very useful for interactive debugging in the repl.
The text was updated successfully, but these errors were encountered:
It'd be nifty if there were some nice debugging utils for inspecting stacks and executions. Just recently I saw a talk by @brianarn where he showed a function that neatly wrapped other functions and logged their name, input, and output as they executed. Something like that could be very useful for interactive debugging in the repl.
The text was updated successfully, but these errors were encountered: