Intelliji idea is very slow in debug mode and it is running perfectly in normal mode

后端 未结 10 1776
甜味超标
甜味超标 2021-02-14 08:41

Intelliji idea is very slow in debug mode and it is running perfectly in normal mode.

I already tried by setting the below thing in /etc/hosts file sudo nano /etc/hosts

10条回答
  •  难免孤独
    2021-02-14 09:45

    In my case i had more than 100 breakpoints active and this was the cause of this issue.
    I clicked Ctrl + Alt + F8 and disabled all the breakpoints.
    After that i enabled few new breakpoints i needed and all was ok.
    It seems that having a lot of active breakpoints causes this issue.

提交回复
热议问题