Re: Winpdb question

2005-11-12 Thread nir1408
Hello Bryan, You can restrict the number of variables displayed in the globals name-space viewer with the filter button located second from the right on the tool bar. This will filter out modules, classes, and function names from the list. Nir -- http://mail.python.org/mailman/listinfo/python-li

Re: Winpdb question

2005-11-09 Thread Gerhard Häring
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 th

Winpdb question

2005-11-09 Thread mclaugb
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. Bryan -- http://mail.python.org/mailman/listinfo/python-list