Is there a way to disable script echoing in the PowerShell ISE?
Whenever I want to test execution of my script in the PowerShell ISE, the
entire script gets echoed to the console before it executes. Then, any
actual output from the script gets written starting on a line immediately
afterward. This puts a lot of noise in the console, and can make it tricky
to find where the script echo ends and the output begins.
Is there a way to disable this echoing of the script into the console?
No comments:
Post a Comment