From pykde Sat May 29 09:49:33 2021 From: Philippe Fremy Date: Sat, 29 May 2021 09:49:33 +0000 To: pykde Subject: Re: Debugging PyQt5 module [RESOLVED] Message-Id: X-MARC-Message: https://marc.info/?l=pykde&m=162228177032469 As the former maintainer of winpdb, I recommend against it nowdays. The port to the python 3 version of WxWidget has introduced changes and bugs which I have been unable to understand nor fixed. The heavy use of threads certainly does not help to understand the whole structure. As stated on the main page, it is work in progress but I could as well state that it is abandoned. Winpdb was a good Python 2 debugger at its time but it did not make it to Python 3. There are good Python 3 debuggers today, Eric being one of them. You better look into this direction than waste your energy understanding why the debugger is not working, instead of why your program is not working. Cheers, Philippe Le 27/05/2021 =C3=A0 20:13, Rich Shepard a =C3=A9crit=C2=A0: > On Thu, 27 May 2021, Rich Shepard wrote: > >> How do I debug (as distinct from a unittest) a PyQt5 application? > > I'll use winpdb-reborn-2.0.0.1 for python 3. > > Rich