If I have a couple of commands needed to debug something in the Immediate Window of Visual Studio I copy out line-by-line into a textfile. For the next debug-session line-by-line has to be pasted back into the immediate window.
If I try to copy+paste all commands at the same time, the immediate window removes all line endings. Therefore all commands are on a single line and executing it, the following message is displayed in the immediate window: End of expression expected
So my question is: Is there any way to make the described easier?