Re: [Tutor] WinPdb?

2007-08-11 Thread Dick Moores
At 04:31 PM 8/9/2007, Alan Gauld wrote: Dick Moores [EMAIL PROTECTED] wrote The only debugging I've done so far is to put in print statements where I want to see what's happening. Thats OK for basic stuff but for complex things you can wind up with an awful lot of printing going on!

[Tutor] WinPdb?

2007-08-09 Thread Dick Moores
(I posted this to the python-list 24 hours ago, and didn't get a single response. How about you guys?) The only debugging I've done so far is to put in print statements where I want to see what's happening. But it's often through a glass darkly. However, I just discovered that my excellent (IMO)

Re: [Tutor] WinPdb?

2007-08-09 Thread Luke Paireepinart
Dick Moores wrote: (I posted this to the python-list 24 hours ago, and didn't get a single response. How about you guys?) You mean this list? Cause if you mean this list, then you didn't post it correctly. The only debugging I've done so far is to put in print statements where I want to

Re: [Tutor] WinPdb?

2007-08-09 Thread Tiger12506
Dick Moores wrote: (I posted this to the python-list 24 hours ago, and didn't get a single response. How about you guys?) You mean this list? Cause if you mean this list, then you didn't post it correctly. I don't believe he did. There are seperate python-lists, comp.lang.python, one

Re: [Tutor] WinPdb?

2007-08-09 Thread Kent Johnson
Dick Moores wrote: However, I just discovered that my excellent (IMO) Python editor, Ulipad, comes with WinPdb, and I'm thinking it's about time I learned how to use a debugger. But first, could I get some reviews here of WinPdb before I invest a lot of time in learning it? I've used

Re: [Tutor] WinPdb?

2007-08-09 Thread Dick Moores
At 03:00 PM 8/9/2007, you wrote: Dick Moores wrote: (I posted this to the python-list 24 hours ago, and didn't get a single response. How about you guys?) You mean this list? Cause if you mean this list, then you didn't post it correctly. I don't believe he did. There are seperate

Re: [Tutor] WinPdb?

2007-08-09 Thread Alan Gauld
Dick Moores [EMAIL PROTECTED] wrote The only debugging I've done so far is to put in print statements where I want to see what's happening. Thats OK for basic stuff but for complex things you can wind up with an awful lot of printing going on! However, I just discovered that my excellent