[plt-scheme] Debugger stepping between files?

From: Gregory Cooper (greg at cs.brown.edu)
Date: Mon Apr 23 09:04:20 EDT 2007

Hi Andrew,

Unfortunately, there is no support for this at the moment.  I hope to
find some time to work on it in the near future, after finishing a
couple of other major tasks.

Best,
Greg

On 4/22/07, Andrew Reilly <andrew-scheme at areilly.bpc-users.org> wrote:
> 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
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.