https://github.com/reasonml/red
Reason Debugger
https://github.com/reasonml/red
Last synced: about 1 year ago
JSON representation
Reason Debugger
- Host: GitHub
- URL: https://github.com/reasonml/red
- Owner: reasonml
- Created: 2016-11-08T04:02:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T17:05:55.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T10:34:52.462Z (about 1 year ago)
- Language: Python
- Size: 257 KB
- Stars: 82
- Watchers: 5
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RED
Better UX for OCamlDebug. Works with Ocaml and [Reason](https://reasonml.github.io/) code.

### 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