A simple console debugger for PureScript functions
bower i purescript-debugger
The Debug module defines the Debug monad, which can be used to set breakpoints in pure functions.
The Debug.Console module defines the debug function which evaluates your function in an interactive console UI, allowing you to step, rewind and fast-forward evaluation at a breakpoint.
The following commands are available in the console debugger:
b- Step backwardsf- Step forwardsn- Step to next breakpointr- Restartq- Quit