Complete content of run/debug console
Hi,
where can I configure to Intellij Idea to show me complete console output by default? Currently, output is filtered to show last error message only. That's not very helpful, since it contains no useful info, see below. To see previous error messages, I've to click up the tree of error messages. It'd be more convenient to see complete console output right away. Is there a setting that would accomplish that? I've checked all the buttons and setting around the run console panel and did not find it.
Kamil
Execution failed for task ':lib:org.test.LibraryKt.main()'.
> Process 'command 'xxx\java.exe'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 323ms
3 actionable tasks: 1 executed, 2 up-to-date
Configuration cache entry reused.
9:55:17 AM: Execution finished ':lib:org.test.LibraryKt.main()'.
Please sign in to leave a comment.
Hi there,
There is no such ability at the moment I'm afraid, but I created a new feature request for it to be added 👍🏻
You can vote for IDEA-384548 and leave additional comments there for the developers.
See this article if you are not familiar with our bug tracking system.
Thanks!