运行构建时如何停止 IntelliJ 截断输出? [英] How to stop IntelliJ truncating output when I run a build?

查看:21
本文介绍了运行构建时如何停止 IntelliJ 截断输出?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我从 IntelliJ 运行我们的构建时,它会进行大量调试.

When I run our build from IntelliJ it pumps out a lot of debugging.

但是它在 Run 控制台中被截断了.

But it gets truncated in the Run console.

我可以让 IntelliJ 保留更多输出吗?
或者,最好是全部?

Can I make IntelliJ preserve more output?
Or, preferably, all of it?

推荐答案

根据流行的请求 覆盖控制台循环缓冲区大小 设置已添加到 UI 9/14/16:

By a popular request Override console cycle buffer size setting was added to the UI 9/14/16:

旧版本的原始答案:

编辑您的 IDEA_HOMEinidea.properties 文件,并增加此设置:

Edit your IDEA_HOMEinidea.properties file, and increase this setting:

#-----------------------------------------------------------------------
# This option controls console cyclic buffer: keeps the console output size not higher than the specified buffer size (Kb). Older lines are deleted.
# In order to disable cycle buffer use idea.cycle.buffer.size=disabled
idea.cycle.buffer.size=1024

然后重启 IntelliJ.

then restart IntelliJ.

这篇关于运行构建时如何停止 IntelliJ 截断输出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆