Skipped breakpoint because it happened inside debugger evaluation - Intellij IDEA
Solution 1:
The problem is described in IDEA-43728 and in the breakpoints documentation.
In short, to avoid it use suspend thread (not all) breakpoint policy.
Solution 2:
try disable the 'toString()' object view
Solution 3:
I got the same, and disable this helped me