From 14838520917ce00f9abd59d8f527926f531e12df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Fri, 26 Jan 2024 11:51:49 +0800 Subject: [PATCH] 'commit' --- ...EA Debug模式下结束后继续执行代码问题.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Doc/方法与技巧/IntelliJ IDEA Debug模式下结束后继续执行代码问题.md 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