IDE tools to debug in Python?

Schachner, Joseph Joseph.Schachner at Teledyne.com
Fri Feb 5 17:03:34 EST 2021


Indeed there are many.  One I have not seen listed here yet, that is quite light, starts quickly, but does have good debugging capability is PyScripter.  
Completely free, downloadable from SourceForge, 32 or 64 bit versions (must match your Python type).
--- Joseph S.


Teledyne Confidential; Commercially Sensitive Business Data

-----Original Message-----
From: Alan Gauld <alan.gauld at yahoo.co.uk> 
Sent: Friday, February 5, 2021 3:34 AM
To: python-list at python.org
Subject: Re: IDE tools to debug in Python?

On 27/01/2021 18:32, flaskee via Python-list wrote:
> 
> While print() is groovy and all,
> if anyone runs across a non-pdb python debugger (standalone or 
> IDE-based) please let me know.
> 

There are many. But why must it be non-pdb? That seems rather arbitrary.
Or do you really mean you want a non-command-line debugger?

One standalone option is winpdb
But most Python IDEs have basic debugging tools built in.


--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Python-list mailing list