-
Notifications
You must be signed in to change notification settings - Fork 516
Closed
Labels
Area-Extension TerminalArea-ISE CompatibilityArea-UIIssue-EnhancementA feature request (enhancement).A feature request (enhancement).
Description
The following code, when executed using the debugger, will show the Write-Host output, but not the Write-Progress output.
for ($i = 1; $i -le 10; $i++ ) {write-progress -activity "Search in Progress" -status "$i% Complete:" -percentcomplete $i; Write-Host "Seconds Passed: " $i; Start-Sleep 1}
marekciel, General-Gouda, eishockey, dbaileyut, Aculeo and 47 more
Metadata
Metadata
Assignees
Labels
Area-Extension TerminalArea-ISE CompatibilityArea-UIIssue-EnhancementA feature request (enhancement).A feature request (enhancement).