Re: debugging in emacs

2006-04-24 Thread Steve Juranich
Gary Wessle wrote: > Gary Wessle <[EMAIL PROTECTED]> writes: > >> Hi python users >> >> I am using emacs and python-mode.el under dabian testing. >> is there a way to debug python code where I can step over each line >> and watch the value of all the variables and be able to change >> any during

Re: debugging in emacs

2006-04-23 Thread Gary Wessle
Gary Wessle <[EMAIL PROTECTED]> writes: > Hi python users > > I am using emacs and python-mode.el under dabian testing. > is there a way to debug python code where I can step over each line > and watch the value of all the variables and be able to change > any during debugging. say you have a loo

debugging in emacs

2006-04-23 Thread Gary Wessle
Hi python users I am using emacs and python-mode.el under dabian testing. is there a way to debug python code where I can step over each line and watch the value of all the variables and be able to change any during debugging. say you have a loop structure and want to see what the values of your v