On Wed, Jun 3, 2009 at 6:29 AM, Derick Eddington
<[email protected]> wrote:
> The new debugger just helped me track down a bug in a deep stack of
> frames which would have taken me a long time to narrow down the control
> path of without it.  And the tail-call tracking is awesome.  Thanks!

Agreed. However, there are a few features that I would expect
from a debugger that I do not see yet. For instance, how do I set a
break point? I could raise artificially a continuable exception in my
code, but is this the right way to do it? Also, usually debuggers
allows you to print the value of the variables in the current scope,
but for the moment I see only the
values of the arguments of the function. Still, a great job!

       Michele

Reply via email to