Debugging PyQt5 module [RESOLVED]

Rich Shepard rshepard at appl-ecosys.com
Sat May 29 23:41:53 BST 2021


On Sat, 29 May 2021, John Ehresman wrote:

> I think many / most Python debuggers are based on pdb (long ago in some
> cases), though they’ve had features added and are often faster because
> they’ve had parts rewritten in C. That said, I’d think that the emacs /
> pdb combo would work fine to debug a PyQt based application.

John,

As pdb comes with all python versions (as does TKinter) it's not surprising
that it's the basis for every other debugger.

I'm sure that emacs and pdb will do the job.

Thanks again,

Rich


More information about the PyQt mailing list