Rich Shepard wrote: > I need suggestions and recommendations how to use winpdb with this > python3 > application.
Winpdb is dead, but looks like it is in the process of being reborn via another developer here: https://github.com/bluebird75/winpdb I also suggest to take a look at the debuggers included with PyCharm and VisualStudio Code, they are both very capable and get the job done without much hassle. -- Robin Dunn Software Craftsman http://wxPython.org _______________________________________________ Portland mailing list [email protected] https://mail.python.org/mailman/listinfo/portland
