bluebird75 / winpdb

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

Fix rpdb2 when COLORTERM environment variable is set to 'yes' #30

Closed swt2c closed 4 years ago

swt2c commented 4 years ago

On some systems, the COLORTERM environment variable is set to 'yes'. When this happens, rpdb2 attempts to use yes as the terminal application. Since this is a valid binary that is not a terminal application, this will cause rpdb2 to fail to open a terminal. Avoid this by excluding 'yes' as a possible value when checking COLORTERM.

bluebird75 commented 4 years ago

Nice to see winpdb still being used.