PowerShell / PowerShell/vscode-powershell
Start-DebugAttachSession without parameters "hangs"
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.9k
- Forks
- 548
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Start-DebugAttachSession without parameters "hangs".
PowerShell Version
Name Value
---- -----
PSVersion 7.5.4
PSEdition Core
GitCommitId 7.5.4
OS Microsoft Windows 10.0.26200
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 : 2025.5.0
InstanceId : 34bb8444-87b8-4ee9-862b-d008a055e1c1
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-GB
CurrentUICulture : en-US
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
Visual Studio Code Version
1.107.0
618725e67565b290ba4da6fe2d29f8fa1d4e3622
x64
Extension Version
ms-vscode.powershell@2025.5.0
Steps to Reproduce
- Start debugging with the PowerShell
Interactiveprofile. - In the debug terminal invoke
Start-DebugAttachSession
Expected result
VSCode shows the dropdown for choosing a process to attach.
If
-ProcessIdor-CustomPipeNameis not specified, the debug client will prompt for process to connect to.
Actual result
The command "hangs". Interestingly, when it is terminated by Ctrl+C, the expected dropdown for choosing a process appears, but it's too late, of course, the command is terminated.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza reproduciendo el problema con el PowerShell Interactive profile y el punto de entrada Start-DebugAttachSession. Lee module/docs/Start-DebugAttachSession.md en PowerShellEditorServices para confirmar el comportamiento del aviso. Se considera hecho cuando invocar el comando sin parámetros muestra el menú desplegable de selección de procesos sin requerir Ctrl+C.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- powershell, typescript, vscode
- Área
- devtools
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 55/100