aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-06-12 11:47:37 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-06-12 12:01:09 +0200
commit26779fca89abd93a446a97cc888070b11960dd31 (patch)
treeb009a1d76962ece1e9f1a4dd0ad740230123e161
parent79c42e22dd5106dcb85229ceec75331029ab5486 (diff)
Fix ocamldebug for the API
-rw-r--r--dev/core.dbg2
-rw-r--r--dev/ocamldebug-coq.run1
2 files changed, 3 insertions, 0 deletions
diff --git a/dev/core.dbg b/dev/core.dbg
index 6acdd0152..71d06cdb0 100644
--- a/dev/core.dbg
+++ b/dev/core.dbg
@@ -17,4 +17,6 @@ load_printer vernac.cma
load_printer stm.cma
load_printer toplevel.cma
load_printer highparsing.cma
+load_printer intf.cma
+load_printer API.cma
load_printer ltac_plugin.cmo
diff --git a/dev/ocamldebug-coq.run b/dev/ocamldebug-coq.run
index 3850c05fd..f4799f7b2 100644
--- a/dev/ocamldebug-coq.run
+++ b/dev/ocamldebug-coq.run
@@ -23,6 +23,7 @@ exec $OCAMLDEBUG \
-I $COQTOP/pretyping -I $COQTOP/parsing -I $COQTOP/vernac \
-I $COQTOP/interp -I $COQTOP/proofs -I $COQTOP/tactics -I $COQTOP/stm \
-I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config -I $COQTOP/ltac \
+ -I $COQTOP/API \
-I $COQTOP/plugins/cc -I $COQTOP/plugins/dp \
-I $COQTOP/plugins/extraction -I $COQTOP/plugins/field \
-I $COQTOP/plugins/firstorder -I $COQTOP/plugins/fourier \