microsoft/ptvsd

An error pops up when debug in Python3.7 with "Windows Application" option checked

linette-zyy opened this issue · 1 comments

VS version
image

Steps to Reproduce

  1. Create Python Application project and type code
  2. Right-click on the project and select Properties or press Alt+Enter to open Property page
  3. Turn on the option "Windows Application" and change interpreter to Python3.7 in General tab and save
  4. Start the debugger

Expected behavior
The code runs and can be debugged, and no terminal/console window appears.
image

Actual behavior
An error pops up in Python 3.7.
image

Python 3.7 Log
Python37.txt

No response in Python 2.7 after starting debug.
Python 2.7 Log

Python27.txt

This looks like a dupe of #2052. We already have a fix for that issue, it just hasn't been shipped yet.