Skip to content

reasonml/red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RED

Better UX for OCamlDebug. Works with Ocaml and Reason code.

Watch Video

Features:

  1. Zero config, just prepend your command with red
  2. Time traveling (can step back in time)
  3. Printing arbitrary values and structs
  4. Adding and removing breakpoints
  5. More to come. See TODO file

Usage:

  1. Make sure your build target is byte-code, not native:

     ocamlbuild myapp.d.byte
    
  2. Clone the repo and run RED:

     git clone https://github.com/frantic/red.git
     ./red/red.py /path/to/myapp.d.byte
    
  3. Press ? to see available options

Releases

No releases published

Packages

No packages published

Languages