I went through the entire app and two Google pages and didn't found it. How can I enable the output window?
The Output window displays status messages for various features in the integrated development environment (IDE). To open the Output window, on the menu bar, choose View > Output, or press Ctrl+Alt+O.
You can write run-time messages to the Output window using the Debug class or the Trace class, which are part of the System. Diagnostics class library. Use the Debug class if you only want output in the Debug version of your program. Use the Trace class if you want output in both the Debug and Release versions.
Run tool window The Run tool window displays output generated by your application. If you are running multiple applications, each one is displayed in a tab named after the run/debug configuration applied. If you re-run an application, the new output overwrites the contents of the tab.
Attach to a local processPress Ctrl+Alt+P or choose Run | Attach to Process from the main menu. JetBrains Rider will show the list of the running local processes. Select the process to attach to.
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.
Currently the build output window available only for not incremental build. We try to add it in next EAP build.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With