paf31 / purescript-debugger

A simple console debugger for PureScript functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-debugger

A simple console debugger for PureScript functions

Usage

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 backwards
  • f - Step forwards
  • n - Step to next breakpoint
  • r - Restart
  • q - Quit

About

A simple console debugger for PureScript functions


Languages

Language:PureScript 100.0%