- VSCode Version: Code - Insiders 1.20.0-insider (ed4c237, 2018-01-26T06:08:15.259Z)
- OS Version: Darwin x64 17.3.0
Extensions (16)
| Extension |
Author (truncated) |
Version |
| vscode-generate-getter-setter |
DSK |
0.4.2 |
| xml |
Dot |
1.9.2 |
| gitignore |
cod |
0.5.0 |
| vscode-eslint |
dba |
1.4.4 |
| githistory |
don |
0.3.8 |
| tslint |
eg2 |
1.0.24 |
| vscode-npm-script |
eg2 |
0.3.3 |
| docthis |
joe |
0.6.0 |
| extension-manifest-editor |
ms- |
0.1.5 |
| python |
ms- |
0.9.1 |
| vscode-ai |
ms- |
0.1.6 |
| azurecli |
ms- |
0.4.0 |
| debugger-for-chrome |
msj |
4.1.0 |
| typescript-hero |
rbb |
2.1.1 |
| vscode-icons |
rob |
7.19.0 |
| vscode-open-in-github |
ziy |
1.3.1 |
Steps to Reproduce:
- Install the Microsoft Python extension
- Debug the following python code:
for i in range(1,10):
print(i)
- Add a break point to the
print statement
- Try adding a variable in the watch window, for some reason it doesn't work
Clicking the + symbol once disables the + icon and nothing happens.
Reproduces without extensions: This is specific to the extension.
Original issue: microsoft/vscode-python#646
Extensions (16)
Steps to Reproduce:
printstatementClicking the
+symbol once disables the+icon and nothing happens.Reproduces without extensions: This is specific to the extension.
Original issue: microsoft/vscode-python#646