You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
532 B
9 lines
532 B
2 years ago
|
### [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 后,就会出现这个复选框。
|
||
|
|
||
|

|