bluebird75 / winpdb

Fork of the official winpdb with improvements
Other
91 stars 24 forks source link

Mismatched Passwords #37

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

when I try to debug with Python3 and Version 2.0.0.1 I get the following error:

While attempting to find a debugee, at least one debugee denied connection because of mismatched passwords. Please verify your password.

With python2 and version 1.5.0 everything is working fine.

Greetings

bluebird75 commented 4 years ago

That's a first time I hear something like this ! On which platform are you running winpdb ? I suppose that you started winpdb directly, you did not start rpdb2.py with a password and then connect with winpdb ?

ghost commented 4 years ago

I'm running winpdb on windows 10. The script which I want to debug is running on some kind of linux (it is a machine tool control). Yes that's correct I started winpdb directly.