[plt-scheme] errortrace
(Sorry - I overlooked this message before...)
At Tue, 01 Mar 2005 09:53:50 -0500, "Arend P. van der Veen" wrote:
> # setup-plt --mode errortrace -l apv-utilities
> [...]
>
> Is it possible to instruct setup-plt to only update errortrace support
> on my module and not any module used by it ?
Not currently.
If it's a matter of disabling tracing on certain modules for run time,
you can run Setup PLT with --mode errortrace, and then delete
"compiled/errortrace" directories that you don't want.
Matthew