Closed linette-zyy closed 4 years ago
Pre-requesites: Clone repro and run the setup script: git clone https://github.com/qubitron/pydemo cd pydemo py -3 setup.py
In user settings add: "python.jediEnabled": false
The debug console display correct without incorrect symbol.
"?" Is displayed incorrectly in debug console.
This is ptvsd 4 - can you please try the same with ptvsd 5, by following these instructions?
Repro steps:
Pre-requesites: Clone repro and run the setup script: git clone https://github.com/qubitron/pydemo cd pydemo py -3 setup.py
In user settings add: "python.jediEnabled": false
Expected behaviour
The debug console display correct without incorrect symbol.
Actual behavior
"?" Is displayed incorrectly in debug console.
Test Environment