[plt-scheme] Setting Breakpoints
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