Closed
Description
From @wmc777 on February 14, 2017 18:40
- VSCode Version: Code 1.9.1 (f9d0c687ff2ea7aabd85fb9a43129117c0ecf519, 2017-02-09T00:26:45.394Z)
- OS Version: Windows_NT ia32 6.1.7601
- Extensions:
Extension | Author | Version |
---|---|---|
azuretoolsforvscode | bradygaster | 1.2.1 |
PowerShell | ms-vscode | 0.9.0 |
azurerm-vscode-tools | msazurermtools | 0.3.4 |
Steps to Reproduce:
-
Set a break point
-
Press F10 to step the break point
-
The debugger hangs and Code must be restarted
-
Set a break point on a different line than the one that caused the debugger to hang.
-
Press F10 to step the break point
-
The debugger hangs and Code must be restarted
The same PowerShell code runs fine if there is not break points set.
Copied from original issue: microsoft/vscode#20608