Hi - <br><br>how can I trace a procedure defined inside a module?&nbsp; Below is an example:<br><br>&gt; (require (lib &quot;trace.ss&quot;))<br>&gt; (require (lib &quot;process.ss&quot;))<br>&gt; (trace system*)<br>set!: cannot mutate module-required variable in: system*
<br><br>I try to keep my own code modular during development, but the limitation appears to be a hindrance when trace is unable to help me discern what&#39;s going on.&nbsp; Are there ways to get around this limitation?&nbsp; I discover this to be a design choice at 
<a href="http://hkn.eecs.berkeley.edu/~dyoo/plt/modules.text">http://hkn.eecs.berkeley.edu/~dyoo/plt/modules.text</a>.<br><br>Thanks,<br>yinso <br><br>-- <br><a href="http://www.yinsochen.com">http://www.yinsochen.com</a>
<br>...continuous learning...