Strange error while debugging

Recently, while stepping through my code in the debugger, I've been
seeing a lot of this:

com.sun.jdi.InternalException : Unexpected JDWP Error: 35

Is anyone else seeing this? Any more information needed to debug it?

I'm on 5622, OS X.


1
Avatar
Permanently deleted user

The exception seems to be harmless and is caused by bugs inside JDI/JDWP implementation

--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

"Colin Fleming" <colin@myob.com> wrote in message news:eccllg$93q$1@is.intellij.net...

Recently, while stepping through my code in the debugger, I've been seeing a lot of this:

>

com.sun.jdi.InternalException : Unexpected JDWP Error: 35

>

Is anyone else seeing this? Any more information needed to debug it?

>

I'm on 5622, OS X.

>



0
Avatar
Permanently deleted user

The exception seems to be harmless and is caused by bugs inside
JDI/JDWP implementation


Well, harmless except that when it happens I can't debug :) This stops
the debugger totally, if the exception really is harmless can it just
be hidden?

I thought this might be a Java 6 thing, but it also happens under Java 5...

0
Avatar
Permanently deleted user

Well, harmless except that when it happens I can't debug :) This stops
the debugger totally, if the exception really is harmless can it just
be hidden?


Repying to myself, sorry, but I really should be more precise. It
doesn't "stop the debugger totally", but it does prevent me from
viewing the stack frame when the exception happens. It will generally
occur in a particular scope, usually not an entire function but a
sub-block within one. When I step outside the offending block it works
fine.

0

Not really harmless as it prevents debugging, getting this on later versions of IntelliJ: 

IntelliJ IDEA 2016.3
Build #IU-163.7743.44, built on November 17, 2016
Subscription is active until October 5, 2017
JRE: 1.8.0_112-release-408-b2 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

1

请先登录再写评论。