ytrstu / winpdb

Automatically exported from code.google.com/p/winpdb
0 stars 0 forks source link

Winpdb echoes the password to console #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

import rpdb2; rpdb2.start_embedded_debugger_interactive_password() 

What is the expected output? What do you see instead?

The password gets echoed to the console. This can be avoided by using the
getpass module instead of reading from stdin

What version of the product are you using? On what operating system?

winpdb-1.4.6
python-2.6.2
slackware linux 13.0

Original issue reported on code.google.com by zpc...@gmail.com on 28 Jan 2010 at 6:33