diff --git a/Doc/方法与技巧/IntelliJ IDEA Debug模式下结束后继续执行代码问题.md b/Doc/方法与技巧/IntelliJ IDEA Debug模式下结束后继续执行代码问题.md new file mode 100644 index 00000000..38521354 --- /dev/null +++ b/Doc/方法与技巧/IntelliJ IDEA Debug模式下结束后继续执行代码问题.md @@ -0,0 +1,9 @@ +### [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) \ No newline at end of file