Vscode-powershell: Temporary console debugging hangs on PowerShell Integrated Console prompt

Created on 7 Jul 2017  Â·  5Comments  Â·  Source: PowerShell/vscode-powershell

System Details

  • Operating system name and version: Windows 10.0.15063 x64
  • VS Code version: 1.13.1
  • PowerShell extension version: 1.4.1
  • Output from $PSVersionTable:
Name                           Value
----                           -----
PSVersion                      5.1.15063.447
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.15063.447
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

Temporary console debugging hangs on PowerShell Integrated Console prompt.

Note: When "createTemporaryIntegratedConsole" is set to false debugging works as exptected.

Steps to recreate

  • Enable temporary intergrated console debugging in settings
"powershell.debugging.createTemporaryIntegratedConsole": true
  • Set breakpoint in script or module and hit F5
  • Debugging hangs on PowerShell Inegrated Console message

Attached Logs

1499442772-8c16997c-e92b-442f-949d-94aa6756e65b1499442771245.zip

Area-Debugging Area-Integrated Console Issue-Bug

All 5 comments

Hey Kris, which debugging configuration are you using, is it the one called "PowerShell Interactive Session"?

Exactly David. It's "PowerShell Interactive Session" configuration.

On Jul 11, 2017 11:10, "David Wilson" notifications@github.com wrote:

Hey Kris, which debugging configuration are you using, is it the one
called "PowerShell Interactive Session"?

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/PowerShell/vscode-powershell/issues/942#issuecomment-314382698,
or mute the thread
https://github.com/notifications/unsubscribe-auth/APa3M8Ez4ipnjXvs58ZRd3ndYiA5XN7oks5sMzvugaJpZM4ORIEo
.

Cool! Just fixed it, it'll be in the next update.

Do I miss something? It still does not work in PowerShell 1.4.2 extension.

Hey @kborowinski, sorry for the delay on this, it's going out with the update I'm shipping today!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

itfranck picture itfranck  Â·  3Comments

AWahlqvist picture AWahlqvist  Â·  3Comments

pcgeek86 picture pcgeek86  Â·  4Comments

TheDanishDynamo picture TheDanishDynamo  Â·  3Comments

daviwil picture daviwil  Â·  4Comments