You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
System Details
$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
The text was updated successfully, but these errors were encountered: