[plt-scheme] complile-file and debugging
Hi,
This applies to DrScheme, version 369.8-svn5apr2007 [3m].
Can I trust that the standard current-eval and procedure compile-file do not include debugging code when debugging is disabled in the choose-language dialog? Is the debug option propagated when code being evaluated or compiled involves other applications of the standard current-eval and procedure compile-file? I looked into the docs, but found no explicit info on this matter.
I found that when using language mzscheme without debugging, opening a file starting with (module ... sets the language for that file to (module ...) with the debug option enabled. Therefore I wonder what compile-file does when called from mzscheme without debugging for a file containing a module.
In short, how can I make sure that either all code is debugged or none of the code is debugged?
Jos Koot
(((((lambda(x)((((((((x x)x)x)x)x)x)x)x))
(lambda(x)(lambda(y)(x(x y)))))
(lambda(x)(x)x))
(lambda()(printf "Greetings, Jos~n"))))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070409/77423650/attachment.html>