Building and Debugging a Simple Ocaml Program

It sounds like you are a beginner in OCaml. Basic information about building simple projects is available from

There’s also information in

For debugging I’m afraid you will have to get used to printf debugging (as already mentioned in Enhancing Ocaml Debugging Experience in Visual Studio Code - #2 by nojb).

Cheers,
Nicolas

2 Likes