mclaugb wrote:
> Is there any way to either restrict the number of variables displayed in the 
> Globals or Locals section.  It is a pain having to search through this list 
> all of the time just to look at the values of variables in my program.

IMO, if you have too many locals or globals then that's a sign that you 
should structure your application better with more functions and classes ...

-- Gerhard

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to