▲ | debugnik 5 days ago | ||||||||||||||||
LSP isn't the protocol that interfaces with debuggers, that'd be DAP. You're right that OCaml debugging is kinda clunky at the moment. OCaml does have an okay LSP implementation though, and it's getting better; certainly more stable than F#'s in my experience, since that comparison is coming up a lot in this comment section. | |||||||||||||||||
▲ | StopDisinfo910 4 days ago | parent [-] | ||||||||||||||||
What’s clunky about the Ocaml debugger? Ocaml has been shipping with an actual fully functional reverse debugger for ages. Is the issue mostly integration with the debugging ui of VS Code? | |||||||||||||||||
|