'Where is output window in Rider?

I went through the entire app and two Google pages and didn't found it. How can I enable the output window?



Solution 1:[1]

If you are referring to build output: As of the latest EAP, you can enable this via:
Preferences -> Build, Execution, Deployment -> Toolset and Build -> Write log to output

It is disabled by default as of the time of this writing.

[1]

Solution 2:[2]

Currently the build output window available only for not incremental build. We try to add it in next EAP build.

Solution 3:[3]

For anyone looking for the "Debug window", it's on View->Tools Windows->Debug and change the mode to "Debugger Output (LLDB)" https://www.jetbrains.com/help/rider/Debug_Tool_Window.html

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 marknuzz
Solution 2 Mikhail Filippov
Solution 3 Guillem Serra