M1芯片下Idea的debug模式卡的问题解决 一只小毛驴 2021-04-20 1,273 阅读1分钟 最近,使用M1芯片的idea,在调试的时候非常卡,后面了解到是Java8的一个bug。 解决方法: 查看自己电脑的hostname。 ~ % hostname 即可查看自己的hostname。 修改host文件 ~ % sudo vim /private/etc/hosts 按i进行编辑,127.0.0.1 localhost 加上刚刚查询的hsotname :wq保存退出