Alternatives to ocamldebug?

When I Google with questions about ocamldebug, I get a long line of rehashed versions of the manual. Is it dead? Does anyone use it for real?

If so… any reason it’s hard to get anyone to chime in on Ocamldebug: Transitively loading modules with load_printer?

this is biased, but I found the best out of box debugger is vscode/chrome debugger (via BuckleScript), it has excellent tools like displaying inline variables, very high quality UI etc

4 Likes

Interesting, thanks for the suggestion!

Does this come with known blindspots? In other words; any OCaml features that won’t work? I imagine linking C-code is tricky.