Re: [Tutor] Debugging in emacs

2004-12-27 Thread Alan Gauld
Marilyn, I seemed to have missed the start of this one, but which debugger are you trying to use? There is plain ole Python pdb, the IDLE debugger and the Pythonwin debugger (and probably more!) The pdb debugger is fashioned on the gdb debugger and works very like that if you've ever sen it befor

RE: [Tutor] Debugging in emacs

2004-12-26 Thread Marilyn Davis
e a debugger. Marilyn > > Toby McLaughlin. > > > -Original Message- > > From: Marilyn Davis [mailto:[EMAIL PROTECTED] > > Sent: Saturday, 20 November 2004 9:28 AM > > To: McLaughlin, Toby > > Cc: tutor@python.org > > Subject: Re: [Tutor] Debugg