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.
QingLong/Doc/方法与技巧/IntelliJ IDEA Debug模式下结束后继续...

532 B

IntelliJ IDEA Debug模式下结束后继续执行代码问题

具体设置 Preferences -> Build,Execution,Deployment -> Debugger 找到Java那一栏下边可以看到 Kill the debug process immediately 选项,勾选后点击确定就可以了。

或是直接在设置搜索框里输入 Kill the debug process immediately 后,就会出现这个复选框。