Re: IDLE debugger questions

2010-11-13 Thread cbr...@cbrownsystems.com
On Oct 23, 7:29 am, Roger Davis wrote: > Are there any Python debuggers with a decent GUI out there at all that > will work on a Mac with the following features: (i) ability to pass in > a sys.srgv[] list that the program would otherwise see without the > debugger, (ii) display local variables,

Re: IDLE debugger questions

2010-11-13 Thread Ned Deily
In article , Roger Davis wrote: > Thanks for that info, Ned, I can now get the sys.argv[] list I need, > that's a big help! However, is there any other way to set a breakpoint > in idle that will work on Mac OS X, maybe entering a manual command > somewhere with a specified line number? Inabilit

Re: IDLE debugger questions

2010-10-23 Thread Roger Davis
Thanks for that info, Ned, I can now get the sys.argv[] list I need, that's a big help! However, is there any other way to set a breakpoint in idle that will work on Mac OS X, maybe entering a manual command somewhere with a specified line number? Inability to set a breakpoint is an absolute showst

Re: IDLE debugger questions

2010-10-22 Thread Ned Deily
In article <04a3c943-5aee-4248-9cb3-60ea42410...@j4g2000prm.googlegroups.com>, Roger Davis wrote: > Hi, I have some questions about the IDLE debugger. I am using the > 2.6.6 bundle downloaded from python.org. > > First, how do I debug a Python program that requires command-line > args? I usuall

IDLE debugger questions

2010-10-22 Thread Roger Davis
Hi, I have some questions about the IDLE debugger. I am using the 2.6.6 bundle downloaded from python.org. First, how do I debug a Python program that requires command-line args? I usually run it with a command like % test.py arg1 arg2 arg3 There seems to be practically no detailed IDLE debugger