New: add a --generate-rdbg-load (hidden) option used by rdbg to generate sessions
This is necessary because I cannot Dynlink .cmxs files from a ocaml toplevel. Hence, one way to load the algos from rdbg is to #load .cma files. This option generates an ocaml file that can be #used by automatically generated rdbg-session.ml files.
Please register or sign in to comment