0

After upgrade to 2017.1.3 the debugger started printing out the lines

Unable to evaluate insert key expression: Cannot find local variable '$this0'

Everything works ok, but this text clutter the console window making it less responsive

enter image description here

After the application loads, only these lines remain appearing:

enter image description here

There are no variables nor watches defined in the debugger window. How can I make IDEA not displaying these messages so it can be more responsive as before the upgrade?

Version info:

IntelliJ IDEA 2017.1.3
Build #IU-171.4424.56, built on May 12, 2017
JRE: 1.8.0_112-release-736-b21 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.4.0-81-generic
mirelon
  • 4,896
  • 6
  • 40
  • 70
  • Bug report with the reproducible test case is welcome at https://youtrack.jetbrains.com/issues/IDEA. There was similar issue fixed before: https://youtrack.jetbrains.com/issue/IDEA-14175. – CrazyCoder Jun 22 '17 at 09:38

1 Answers1

1

These are warnings from Async Stacktraces, please disable them all if you do not need them. Probably some insertion point is not correct.

Egor
  • 2,474
  • 17
  • 19