I’m happy to announce the first release of ocamlearlybird.
ocamlearlybird is a debug adapter purely written in OCaml. Currently it has these features:
- Auto discover sources heuristically
- Line breakpoints and column breakpoints
- Basic
next,step in,step outandcontinuecommands - Inspect stack frames, local variables, closure variables and global variables
You can use ocamlearlybird in VS Code by install ocaml-debugger extension.
Enjoy!