[v5.3.0.2]
NCrunch has a setting "Log to output window" but I cannot find how to open this output view in Rider, is it possible?
Thanks.
Thanks for the report.
The setting doesn't have any effect currently (or ever), our logs are now integrated with the Rider logs. I'm adding a task on the board to determine what we should do with this.
The log can still be accessed by going to the Rider Help menu -> Diagnostic Tools -> Show Log in Explorer. There are several interesting files there. Idea.log is where the IntelliJ / Java part of our integration lives. This is typically only useful to investigate UI issues. The backend log files contains the ReSharper part of the Rider log and integrates the log statements you'd previously find in the Output Window.
The setting doesn't have any effect currently (or ever), our logs are now integrated with the Rider logs. I'm adding a task on the board to determine what we should do with this.
The log can still be accessed by going to the Rider Help menu -> Diagnostic Tools -> Show Log in Explorer. There are several interesting files there. Idea.log is where the IntelliJ / Java part of our integration lives. This is typically only useful to investigate UI issues. The backend log files contains the ReSharper part of the Rider log and integrates the log statements you'd previously find in the Output Window.
Post a reply
Log in to reply.