aboutsummaryrefslogtreecommitdiff
path: root/dev/dune_db
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-16 15:17:31 +0200
committerEmilio Jesus Gallego Arias2018-10-23 01:17:24 +0200
commitf8881bcc694644700e20f475b0a36ec740b2547d (patch)
treea7b532f3f0603084e7fddb8a80e29a5d92fdd964 /dev/dune_db
parent1db19a8f454e0f8c5a60101c87ccd38e0883d530 (diff)
[dune] Compile debug and checker printers.
As noted by Gäetan, we didn't compile these. We also provide a recipe to run `ocamldebug`. Try (after a build): ``` dune exec dev/dune-dbg (ocd) source dune_db ``` or ``` dune exec dev/dune-dbg checker (ocd) source checker_dune_db ``` for the checker.
Diffstat (limited to 'dev/dune_db')
-rw-r--r--dev/dune_db6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/dune_db b/dev/dune_db
new file mode 100644
index 0000000000..f920f7c75c
--- /dev/null
+++ b/dev/dune_db
@@ -0,0 +1,6 @@
+source core_dune.dbg
+
+load_printer ltac_plugin.cma
+load_printer top_printers.cma
+
+source top_printers.dbg