Re: IDE tools to debug in Python?

2021-02-05 Thread boB Stepp
On Sat, Feb 06, 2021 at 01:27:34AM +, flaskee via Python-list wrote: On Friday, February 5, 2021 5:03 PM, Schachner, Joseph wrote: As regards the Alan pdb note; yes -- I was trying for a full IDE & integrated debugging, along the lines of Visual Studio, pre-sneaky-Telemetry API. You do k

RE: IDE tools to debug in Python?

2021-02-05 Thread flaskee via Python-list
‐‐‐ Original Message ‐‐‐ On Friday, February 5, 2021 5:03 PM, Schachner, Joseph wrote: > capability is PyScripter. > Completely free, downloadable from SourceForge Thank you. I just wanted to add, that it is here as well: https://github.com/pyscripter https://github.com/pyscripter/pys

RE: IDE tools to debug in Python?

2021-02-05 Thread Schachner, Joseph
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; Co

Re: IDE tools to debug in Python?

2021-02-05 Thread Alan Gauld via Python-list
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 n