I have one file that loads another via (load &quot;thing.scm&quot;)<br><br>When a error happens, the debugger displays a list of the calls leading up the the call that broke, and if i click on them, it loads the &quot;thing.scm

&quot; file in another tab, and jumps to that spot in the code, and hilights it red.&nbsp; All is good<br><br>When i use step/continue, and a call goes to the loaded file, it bypasses that function.&nbsp; Unfortunately, that's where the error is happening.&nbsp; Is there a way to get the stepper to step across files?
<br><br>(note: i don't use modules during the development phase, as the namespace &quot;protection&quot; blocks expirmentation, and i seem to spend most of my time un-doing modules that i've done)<br><br>I'm guessing my answer will be no, so my other option would be, is there a way to cut and paste debugging values?&nbsp; right now they show up in the grey headder (which cannot be selected), and get cut off at 50 or 60 charactors.&nbsp; (many of my values are several hundred charactors long).&nbsp; If i have the values being passed as paramaters, i can just do the call from inside that file.
<br><br>and if it's relavant.. i'm on the linux platform.<br><br>Thanks.<br><br>Corey<br><br>-- <br>((lambda (y) (y y)) (lambda (y) (y y)))