Can't seem to debug anything Follow
I'm running on the latest release of intellij (build 929). I'm having big problems with using the debugger. Any class I try to start off with the debugger just brings me right into java.lang.ClassLoader. It seems that this class cannot find my class...
What can be wrong?
Best regards,
Helge Fredriksen
Please sign in to leave a comment.
Howdi, I found the error myself.
It seems that a Exception Breakpoint were set for Any Exception per default in the breakpoint settings.
Disabling this made life considerably easier...
Perhaps something not to have set by default in the next build.
Best regards,
Helge Fredriksen