Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

paf31/purescript-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published