FYI… timestamps have been added to the output window in Visual Studio 2022 17.4 (released November 15 , 2022) which is useful when some steps take more than a few milliseconds.

You might also be interested in...
Saving Visual Studio Output window contents to fileAre you often trying to scroll up and down the Output window in Visual Studio to copy its contents so … Continue reading Saving Visual Studio Output window contents to...
ASP.NET application output now available in integrated Visual Studio window
FYI… in the latest Visual Studio 2022 preview (version 17.5 Preview 2) we can view the application output forĀ ASP.NET projects … Continue reading ASP.NET application output now available in integrated...
Using Visual Studio Task List window to view todo items
In Visual Studio the Task List window is super useful and allows us to view items which require attention across … Continue reading Using Visual Studio Task List window to...
Close the console window when debugging stops in Visual Studio
Visual Studio by default will keep a console app open after debugging. A lot of the time after debugging console … Continue reading Close the console window when debugging stops...
Using the C# Interactive window to test code snippets in Visual Studio
If you want to test little snippets of code in Visual Studio before having to change your code and having … Continue reading Using the C# Interactive window to test...