Commit 79619822f79c7f2fb1466802ab3182d53c5ddadf

Thomas de Grivel 2018-06-26T13:46:12

debug

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/thot.lisp b/thot.lisp
index 98eb557..45e304a 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -6,8 +6,9 @@
 (in-package :thot)
 
 (setf (debug-p :thot) t)
-;;(setf (debug-p :directory) t)
-;;(setf (debug-p :file) t)
+(setf (debug-p :directory) t)
+(setf (debug-p :file) t)
+(setf (debug-p :mime) t)
 
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (unless (boundp '+crlf+)