Hello,
I am trying to give full language support for OCaml in Visual Studio Code.
I have already installed this extension : https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml
This gave me possibility to the features like code completion, jump to definition etc. But it does not provide debugging feature.
I want to debug my OCaml source code inside Visual Studio Code.
I already installed this Ocaml Debugger extension : https://marketplace.visualstudio.com/items?itemName=hackwaly.ocaml-debugger
But it does not even provide an option to create launch file.
Do you have any suggestion to debug the Ocaml code?
I really need it as I am new to Ocaml and I am working on another developer’s big code base and debugger will help me to understand it in less time.
Thank you in advance.