William Cook wrote:
Yes, that does count as a breakpoint. However, to me the glass is only 10% full, because I can't select a line of code and "put a breakpoint there". I can only do it on function entry points. So, I would say that Gambit does not have what most people would consider breakpoints.
Hmm, if you want to break at a certain line, you can always add and (error "degub") call...
David