Rodrigo Ventura wrote on Thu, Oct 13, 2005 at 07:29:46PM +0100: 
> 
> 
> Hi. Often I don't have access to local variables during a debug. Maybe
> I'm using an unappropriate debug level in compilation. So, I have two
> questions: the first is how can I know what are my current compilation
> settings, in terms of debug level, optimization, etc.

c::*default-cookie*

> The second
> question is this, according to the user manual, the default debug
> settings ought to allow local variables access, and I haven't changed
> anything; is this correct?

No, you need debug level 3 to see all local variables.  Maybe debug
also has to be greater than speed and/or space and/or
compilation-speed. 

Be warned that the compile time goes up by a factor of three or so
when you switch from debug = 2 to debug = 3.

Martin
-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Martin Cracauer <[email protected]>   http://www.cons.org/cracauer/
FreeBSD - where you want to go, today.      http://www.freebsd.org/


Reply via email to