guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: racing srfi-18 threads


From: Andy Wingo
Subject: Re: racing srfi-18 threads
Date: Tue, 20 Jul 2010 23:51:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Just pulling things back together here:

On Thu 03 Dec 2009 23:52, Neil Jerram <address@hidden> writes:

> Neil Jerram <address@hidden> writes:
>
>> [...]  wondering whether and how we
>> will provide similar debugging facilities for compiled code as we have
>> in 1.8.x for interpreted code.
>
> Some more thoughts here, to try to build a complete new picture.
>
> Things that we can do quite nicely in 1.8.x are:
> - stack inspection
>   - seeing the frames and what is happening, for context
>   - mapping back to source code
>   - querying variable values
>   - evaluating an expression in a frame's local environment
> - breakpoints
> - tracing
> - single stepping.
>
> We should try to include profiling and code coverage in the picture.

We can do all this in 1.9/2.0 now, except breakpoints and single
stepping, and evaluating in the context of a frame isn't accessible
right now. I want to fix the breakpoints and stepping situation soonish,
though.

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]