summaryrefslogtreecommitdiff
path: root/ide/coqide.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coqide.mli')
-rw-r--r--ide/coqide.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/ide/coqide.mli b/ide/coqide.mli
index 18df1f6a..44de77f7 100644
--- a/ide/coqide.mli
+++ b/ide/coqide.mli
@@ -12,6 +12,9 @@
no /bin/sh when using create_process instead of open_process. *)
val sup_args : string list ref
+(** In debug mode under win32, messages are written to a log file *)
+val logfile : string option ref
+
(** Filter the argv from coqide specific options, and set
Minilib.coqtop_path accordingly *)
val read_coqide_args : string list -> string list