<div class="gmail_quote">On Mon, Feb 21, 2011 at 6:01 PM, Anton Vodonosov <span dir="ltr"><<a href="mailto:avodonosov@yandex.ru">avodonosov@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
For example this functions. After compilation, locals are not available in the debugger:<br>

 (defun test(a b c)<br>
  (declare (optimize (debug 3) (speed 0) (safety 0)))<br>
  (let ((x a) (y b) (z c))<br>
    (test2 x y z)))<br></blockquote></div><br>Discarded variables are not even defined. Here X, Y and Z are replaced by their values. But you are right: the definition of policy-debug-variable-bindings was bogus -- fixed in CVS.<div>

<br></div><div>Juanjo<br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>