RE: Source level debug?
"Andreas Thiele" <[email protected]> Mon, 27 Oct 2008 22:39:14 +0100
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <273E97FF19BB45929EE15AE952044C44@atphome2> |
> In interpreted code even let forms and such are visible as > frames in the stack trace. Couple this with :loc showing the > local variables of the frame, and pinpointing the errors is > usually straightforward. Thank you Willem, very helpful. Andreas > Hope this helps, Yep!