Lisp HUG Maillist Archive

Debugger doesn't list all local variables for a function call

It seemed as if LW 6.1 Debugger window listed all local variables within a function in the expanded (click on +) view. 

My LW 7.0 32 bit pro version is just listing a few of them, and I have searched the docs to find how to list the rest. If I set a (break) mid-function I have no way of checking all the local variables. Funny I hadn't noticed this before,but now I see it definitely is not listing quite a few.


Is my LW 7.0 broken or am I missing something?


Tom


Tom  G Stevens PhD

tstevens@csulb.edu

Website: "You Can Choose To Be Happy"

http://www.csulb.edu/~tstevens


Re: Debugger doesn't list all local variables for a function call

Does it make a difference if you compile the functions with (declare
(optimize (debug 3)))?  Maybe it's not an IDE setting but rather the
compiler is optimizing more aggressively.

On Tue, Mar 22, 2016 at 7:37 AM, Thomas Stevens <Tom.Stevens@csulb.edu> wrote:
> It seemed as if LW 6.1 Debugger window listed all local variables within a
> function in the expanded (click on +) view.
>
> My LW 7.0 32 bit pro version is just listing a few of them, and I have
> searched the docs to find how to list the rest. If I set a (break)
> mid-function I have no way of checking all the local variables. Funny I
> hadn't noticed this before,but now I see it definitely is not listing quite
> a few.
>
>
> Is my LW 7.0 broken or am I missing something?
>
>
> Tom
>
>
> Tom  G Stevens PhD
>
> tstevens@csulb.edu
>
> Website: "You Can Choose To Be Happy"
>
> http://www.csulb.edu/~tstevens
>
>

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:32 UTC