[Tutor] Python debugger under Tiger?

Mike Hansen mhansen at cso.atmel.com
Thu May 19 16:09:48 CEST 2005


> Subject:
> Re: [Tutor] Python debugger under Tiger?
> From:
> Mike Hall <michael.hall at critterpixstudios.com>
> Date:
> Wed, 18 May 2005 15:54:18 -0700
> To:
> jfouhy at paradise.net.nz
> 
> To:
> jfouhy at paradise.net.nz
> CC:
> tutor at python.org
> 
> 
> I should of specified that I'm looking for an IDE with full  debugging. 
> Basically something like Xcode, but with Python support.
> 
> 
> On May 18, 2005, at 3:10 PM, jfouhy at paradise.net.nz wrote:
> 
>> Quoting Mike Hall <michael.hall at critterpixstudios.com>:
>>
>>
>>> Does anyone know of a Python debugger that will run under OSX 10.4?
>>> The Eric debugger was looked at, but it's highly unstable under
>>> Tiger. Thanks.
>>>
>>
>> pdb should work :-)
>>
>> -- 
>> John.
>> _______________________________________________
>> Tutor maillist  -  Tutor at python.org
>> http://mail.python.org/mailman/listinfo/tutor
>>

It's too bad that Activestate doesn't have a version of Komodo that runs under 
OS X. They have Windows, Linux, and Solaris, but not OS X.

I wonder if Eclipse using PyDev has visual debugging/stepping/watching that you 
are looking for?

You might want to ask on the python mac mail list
http://mail.python.org/mailman/listinfo/pythonmac-sig

Mike


More information about the Tutor mailing list