Skip to content

Debug Console Output #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TheKnightCoder opened this issue Dec 2, 2016 · 1 comment
Closed

Debug Console Output #355

TheKnightCoder opened this issue Dec 2, 2016 · 1 comment

Comments

@TheKnightCoder
Copy link

System Details

  • Operating system name and version:
  • VS Code version: 1.8.0-insider
  • PowerShell extension version: 0.7.2
  • Output from $PSVersionTable:

Issue Description

I am experiencing a problem with powershell Debug console output.
When I run a script with no break points the last few write-hosts/write-outputs do not display in the debug console.
for instance if I make a script that only has one write-host there will be no output in the debug console:
Write-Host "hi"

(this does not happen in the powershell ISE)

I can add
Start-Sleep -s 1
at the end and it works

@daviwil
Copy link
Contributor

daviwil commented Dec 2, 2016

I just fixed this issue but it hasn't been released yet: #284. I'm planning to push out a new update at the end of next week.

You can try a build which has the fix here: #284 (comment)

@daviwil daviwil closed this as completed Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants