Is there a way to get the debugger to respond to ctrl-break (or ctrl-k while a function is executing) by stopping execution at the current line?
If not, I'd appreciate if the feature was added, as I end up with endless loop code surprisingly often. If such a feature involves adding a threading capability, consider the extremely powerful yet simple vb3/windows 3 threading model: doevents/yield, which has been used as a basis for coroutines in scheme/python/lua/ruby. It would also be useful when generating long lists to be able to peek at the results so far. thanks for considering __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
