简体   繁体   中英

Stop debug mode in IntelliJ IDEA when using Gradle

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?

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

调试参数

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 .

Click the red square on the top right, like here: 在此处输入图像描述

Alternatively you can also press it in the tab where you can control the debugger, which is on the down left:
在此处输入图像描述

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM