Re: any way to trace message evaluation?
Steve Dekorte <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
Hey Jeff, Yes, check out: http://www.iolanguage.com/scm/io/docs/reference/index.html#/Core/Core/Debugger If you run into problems, I'll see if I can help. Cheers, Steve On 2011-06-20 Mon, at 11:48 AM, McCarrell, Jeff wrote: > HI everybody. I am coming up to speed on Io, and wondering about how expressions are evaluated. > > Is there any way to turn on debugging output to coerce the evaluation mechanism to dump out info about how messages are parsed and evaluated? > Hopefully some docs somewhere?