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.
Showing
- lib/sasacore/sasArg.ml 10 additions, 3 deletionslib/sasacore/sasArg.ml
- lib/sasacore/sasArg.mli 2 additions, 1 deletionlib/sasacore/sasArg.mli
- lib/sasacore/sasa.ml 21 additions, 1 deletionlib/sasacore/sasa.ml
- test/dfs/rdbg-session.ml 0 additions, 1 deletiontest/dfs/rdbg-session.ml
- test/my-rdbg-tuning.ml 9 additions, 3 deletionstest/my-rdbg-tuning.ml
- test/rdbg-utils/dot.ml 20 additions, 9 deletionstest/rdbg-utils/dot.ml
Loading
Please register or sign in to comment