
20 Feb
2009
20 Feb
'09
11:13 a.m.
On Fri, Feb 20, 2009 at 11:01, Leslie P. Polzer <sky@viridian-project.de> wrote:
*BREAK-ON-SIGNALS* is better than what Hunchentoot previously had - You're sent to a the debugger, making actual analysis possible, and the technique works everywhere, not just in Hunchentoot.
Is it? For example USOCKET attempts to parse a string that might or might not be an integer in its host resolution mechanism and catches the signal. *BREAK-ON-SIGNALS* always jumps in there which is pretty annoying and gets in my way.
I fixed that bug in usocket, it is on trunk now. -Hans