bluebird75 / winpdb

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

winpdb with python 2 eval does not display correctly variables #14

Closed bluebird75 closed 6 years ago

bluebird75 commented 6 years ago

Tested on the python 2 branch. When an exception was raised, exec print(sys.exc_info()) correctly shows the exception, but eval sys.exc_info() just dispalyed the unhelpful N/A .

bluebird75 commented 6 years ago

Fixed by c3aca90779da50fc3d694fd8526de681a616bc68