Files
QingLong/Doc/方法与技巧/IntelliJ IDEA Debug模式下结束后继续执行代码问题.md

9 lines
532 B
Markdown
Raw Normal View History

2025-08-15 09:13:13 +08:00
### [IntelliJ IDEA Debug模式下结束后继续执行代码问题](https://blog.csdn.net/qq_34033853/article/details/123710220)
具体设置
Preferences -> Build,Execution,Deployment -> Debugger 找到Java那一栏下边可以看到
Kill the debug process immediately 选项,勾选后点击确定就可以了。
或是直接在设置搜索框里输入 Kill the debug process immediately 后,就会出现这个复选框。
![](https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/BlogImages/202401261151065.png)