ocaml-ppx / ocamlformat

Auto-formatter for OCaml code
MIT License
633 stars 179 forks source link

vscode debugger config #2554

Closed EmileTrotignon closed 3 months ago

EmileTrotignon commented 5 months ago

This adds config for the debuger provided by the earlybird vscode extension. There might be some issues with enabling bytecode mode, but I do not know of any.

Its very very useful if you use vscode, I have managed to understand behaviours that were hard to debug-print with this.

EmileTrotignon commented 3 months ago

I would like this to be merged without extra work because it works, and is useful as is, and I need it. I would be happy to do the research necessary to also build the project through an vscode action, but I remember I tried when I first wrote this, and it did not work, so I think its not going to be a 10min job.