emacs-devel
[Top][All Lists]
Advanced

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

Re: Edebug & lexical scope


From: egnarts-ms
Subject: Re: Edebug & lexical scope
Date: Sat, 19 May 2012 01:57:15 -0700 (PDT)

Stefan,

thank you very much for your reply. It was important for me to know comments
of a competent person.


Stefan Monnier wrote:
> 
> Also in the case of the normal debugger, we would generally want to be
> able to get the value of a variable in a particular stack frame.
> 
> So it would be better to have an "eval-in-frame" which receives some
> description of the stack frame to use (and of course, more primitives to
> get a handle of the current stack frame as well as the Nth previous one).
> 

AFAIK, currently it is not possible to see values of lexical variables in a
particular stack frame, in normal debugger, right ? We can just press "e"
and evaluate something, but during this evaluation all the dynamic variables
will hold the same values as they hold in the topmost stack frame (where
we're suspended).
-- 
View this message in context: 
http://old.nabble.com/Edebug---lexical-scope-tp33870303p33874033.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.




reply via email to

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