Skip to content

F5 not continuing the script after stopping at a breakpoint #2212

@DarkLite1

Description

@DarkLite1

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.

image

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions