question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Temporary console debugging hangs on PowerShell Integrated Console prompt

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
daviwilcommented, Oct 27, 2017

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

1reaction
kborowinskicommented, Sep 6, 2017

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

VsCode hangs/freezes with "Starting up powershell" in status ...
Sometimes starting up VsCode to debug a file, the PowerShell extension hangs and the VsCode terminal Window has a status bar message ...
Read more >
Debugging configurations for Python apps in Visual Studio Code
VS Code debug console. If redirectOutput is set to False, no output is displayed. "integratedTerminal" (default), VS Code Integrated Terminal.
Read more >
powershell integrated console hanging on macos - Super User
First I had this problem: Can't initialize PowerShell session in VSCode for Mac. I edited the script and ...
Read more >
Stop error or blue screen error troubleshooting - Windows Client
For a video overview, Debugging kernel mode crashes and hangs. ... The command !analyze -v is entered in the prompt at the bottom...
Read more >
Troubleshooting | Cypress Documentation
On Windows, you'll need to run the command in a command prompt terminal (not PowerShell). set DEBUG=cypress:* cypress run. If you have issues...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found