[plt-scheme] Debugger stepping between files?

From: Andrew Reilly (andrew-scheme at areilly.bpc-users.org)
Date: Sun Apr 22 23:52:29 EDT 2007

Hi all,

I've recently split the project that I've been working on in
DrScheme 360 into multiple source files.  Module forms, provide
and require, and that's all been good.  The down-side seems
to be that I can't single-step across files, in the debugger.
Pressing the "step" button to call a function defined in another
file causes it to run to completion, or rather (in my current
case) to run until the program crashes, in that other file.  Is
it possible to track execution between files, somehow?

Cheers,

-- 
Andrew


Posted on the users mailing list.