停止在使用Gradle时在IntelliJ IDEA中进行调试模式。

huangapple go评论88阅读模式
英文:

Stop debug mode in IntelliJ IDEA when using Gradle

问题

我使用了一个提示,上面写着使用 带着 --debug 运行,所以我点击了它。我怎样才能去掉这个功能,以便像通常一样获得输出?

英文:

I used a hint that said use Run with --debug, so I clicked on it. How can I remove the feature to get an output as usual?

答案1

得分: 4

点击此链接将为Gradle创建一个新的临时配置,其中将添加--debug参数:

停止在使用Gradle时在IntelliJ IDEA中进行调试模式。

您可以从配置中删除此参数,或者完全删除此配置,并继续使用现有的运行/调试配置而不使用此选项。

更多详细信息,请参见IntelliJ IDEA帮助文档

英文:

Clicking this link will create a new temporary configuration for Gradle that will have --debug argument added there:

停止在使用Gradle时在IntelliJ IDEA中进行调试模式。

You can either remove this argument from the configuration or delete this configuration completely and continue using your existing run/debug configurations without this option.

More details can be found in IntelliJ IDEA help.

答案2

得分: 0

点击右上角的红色正方形,就像这样:
停止在使用Gradle时在IntelliJ IDEA中进行调试模式。

或者您也可以在可以控制调试器的选项卡中按它,该选项卡位于左下角:
停止在使用Gradle时在IntelliJ IDEA中进行调试模式。

如果您看不到它,请确保在底部工具栏上单击“调试”。

英文:

Click the red square on the top right, like here:
停止在使用Gradle时在IntelliJ IDEA中进行调试模式。

Alternatively you can also press it in the tab where you can control the debugger, which is on the down left:
停止在使用Gradle时在IntelliJ IDEA中进行调试模式。

If you don't see that, make sure to click on "Debug" on the bottom bar.

huangapple
  • 本文由 发表于 2020年4月5日 00:47:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/61031452.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定