Closed
Description
openedon Feb 2, 2018
Environment data
VS Code version: 1.19.3
Python Extension version: 0.9.1
Python Version: Python 2.7 64bit
OS and version: Win10 Chinese Simplified
the folder path has chinese string
C:\Users\Name\.vscode\extensions\ms-python.python-0.9.1\pythonFiles\PythonTools\visualstudio_py_debugger.py:1669: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if module.filename.lower() == path.abspath(bp.filename).lower():
C:\Users\Name\.vscode\extensions\ms-python.python-0.9.1\pythonFiles\PythonTools\visualstudio_py_debugger.py:1089: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if filename != frame.f_code.co_filename:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"pythonPath": "${config:python.pythonPath}",
"program": "${file}",
"cwd": "${workspaceFolder}",
"env": {},
"envFile": "${workspaceFolder}/.env",
"debugOptions": [
"RedirectOutput"
]
},
{
"type": "node",
"request": "launch",
"name": "nodejs",
"program": "${file}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment