PowerShell / PowerShell/PowerShellEditorServices
[Revamp pipeline thread handling] Support Enter-PSHostProcess and Debug-Runspace for Azure Functions etc.
未关闭
还没有人认领这个 Issue。
Area-Engine
Issue-Bug
- 主要语言
- C#
- 星标
- 767
- 派生
- 266
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 1
描述
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.
Also see:
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 DisconnectHandler.cs、LaunchAndAttachHandler.cs、PowerShellContextService.cs 和 RunspaceDetails.cs 中链接的部分。跟踪现有的 Enter-PSHostProcess 和 Debug-Runspace 处理,然后确定支持 Azure Functions 主机所需的管道线程更改。当两个调试场景都能以所需的 PowerShell 特定行为正常工作时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, powershell
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100