0
Intellij debug模式启动很慢调整
移除不需要的断点,在debug窗口,点击在Stop按钮下有个View breakpoints按钮,可以移除断点。也可以编辑当前project的.idea/workspace.xml文件,找到method_breakpoints节点,移除不需要的节点。可以先mute breakpoints启动,速度提升很多。 检查debug窗口,settings,“Show values inline”(