You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter-PSHostProcess debugging is both an essential form of debugging, but also essential for PowerShell Azure Functions Host support. Because of PowerShell's quirks, we have to do special things to support it.
JustinGrote
changed the title
[Revamp pipeline thread handling] Support Enter-PSHost process
[Revamp pipeline thread handling] Support Enter-PSHostProcess and Debug-Runspace for Azure Functions etc.
Nov 29, 2021
Enter-PSHostProcess debugging is both an essential form of debugging, but also essential for PowerShell Azure Functions Host support. Because of PowerShell's quirks, we have to do special things to support it.
PowerShellEditorServices/src/PowerShellEditorServices/Services/DebugAdapter/Handlers/DisconnectHandler.cs
Lines 53 to 70 in 9e1a17a
PowerShellEditorServices/src/PowerShellEditorServices/Services/DebugAdapter/Handlers/LaunchAndAttachHandler.cs
Lines 396 to 413 in 1ffe6db
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/PowerShellContextService.cs
Lines 1491 to 1548 in 29e44b6
Also see:
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Session/RunspaceDetails.cs
Lines 13 to 323 in 9e1a17a
The text was updated successfully, but these errors were encountered: