-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Bug: VS CodeBugs in VS Code itself.Bugs in VS Code itself.Resolution-ExternalWill close automatically.Will close automatically.
Description
System Details Output
### VSCode version: 1.39.0-insider 817eb6b0c720a4ecbc13c020afbbebfed667aa09 x64
### VSCode extensions:
ban.spellright@3.0.46
ms-vscode.powershell@2019.9.0
ms-vscode.powershell-preview@2019.9.0
ritwickdey.LiveServer@5.6.1
### PSES version: 2.0.0.0
### PowerShell version:
Name Value
---- -----
PSVersion 5.1.14409.1018
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14409.1018
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I am experiencing a problem with debugging. When a breakpoint is set at a specific line in the PowerShell script and F5 is pressed the script is executed until that point. So far all good. However, when I want the script to continue after the breakpoint, usually I press F5 again and it continues to the next breakpoint or until the end if there are no breakpoints anymore.
When pressing F5 after the latest update it appears that the script does not continue and a pop up at the bottom right corner is shown.
The only way to continue the script, as before, is pressing the blue play button at the top.
Expected Behaviour
Have the F5 button continue the script after a breakpoint, just like it was before.
Metadata
Metadata
Assignees
Labels
Bug: VS CodeBugs in VS Code itself.Bugs in VS Code itself.Resolution-ExternalWill close automatically.Will close automatically.
