IDE tools to debug in Python?

Terry Reedy tjreedy at udel.edu
Fri Feb 5 13:35:16 EST 2021


On 2/5/2021 3:34 AM, Alan Gauld via Python-list wrote:
> 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.

IDLE also has a mostly usable GUI debugger.  Polishing it is a current 
process.

-- 
Terry Jan Reedy



More information about the Python-list mailing list