Awesome
RED
Better UX for OCamlDebug. Works with Ocaml and Reason code.
<img src=".github/screenshot.png" width="491" height="431"><a href="https://www.youtube.com/watch?v=2DiZ1fbtdnE">Watch Video</a>
Features:
- Zero config, just prepend your command with
red
- Time traveling (can step back in time)
- Printing arbitrary values and structs
- Adding and removing breakpoints
- More to come. See TODO file
Usage:
-
Make sure your build target is
byte-code
, notnative
:ocamlbuild myapp.d.byte
-
Clone the repo and run RED:
git clone https://github.com/frantic/red.git ./red/red.py /path/to/myapp.d.byte
-
Press
?
to see available options