Search code examples
jetbrains-iderider

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

  • 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]