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