[plt-scheme] Setting Breakpoints

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Mar 2 07:43:44 EST 2006

At 25 Feb 2006 12:54:43 -0000, cbarski.25493466 at bloglines.com wrote:
> The most frustrating thing for me
> is that it loses breakpoints when the
> program is restarted and it is difficult
> to place breakpoints at all in
> many cases (if the current stopping point
> is not in the same toplevel
> expression as the place you want to set the breakpoint
> at)

I agree, and this is the first thing to be added the next time someone
works on the debugger. Unfortunately, we don't have an ETA for new
debugger features.

> For instance, is there a way to
> trigger a break programatically?

No, not as far as I can tell.

Matthew



Posted on the users mailing list.