-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all open and closed issues to ensure it has not already been reported.
- I have read the troubleshooting guide.
- I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
- I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
- If this is a security issue, I have read the security issue reporting guidance.
Summary
I have applocker deployed on my machine. When I want to debug a script , debugger doesn't stop for breakpoint. It just runs the script.
PowerShell Version
$PSVersionTable; $Host
Name Value
---- -----
PSVersion 7.4.4
PSEdition Core
GitCommitId 7.4.4
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Name : Visual Studio Code Host
Version : 2024.2.2
InstanceId : 1d7f7e62-162e-4a00-92f1-1454b2a0910e
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-GB
CurrentUICulture : en-GB
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspaceVisual Studio Code Version
1.93.1
38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
x64
I've also tried Insiders build :
1.96.0-insider
Commit: 3551cb01fa6f3a838e2d160df704cc3debfb9896Extension Version
ms-vscode.powershell@2024.2.2
I've also done a build and packaging of latest source code and outcome was the same (at least dot-sourcing is fixed there)Steps to Reproduce
- Deploy default applocker rules for MI & Script and enforce them
- prepare a new powershell script with at least two lines and save it (like write-host twice)
- start visual studio , not elevated, as user without admin rights
- put a breakpoint on line 1 or line 2
- run the script . It should stop on breakpoint , but it is not
Visuals
No response
Logs
No response