I know of the OCaml debugging tool (first compile with ocamlc -g <file>
, then run ocamldebug <output>
) and also the function call tracing feature in the toplevel (both covered here). However, I can't seem to find anything about debug builds with dune. Is this possible? Can someone point me in the right direction? Thank you!
↧
Debugging with dune
↧