Junit Debug
Aurora 929, JDK1.4.2
When using the Debug-Mode in JUnit tests I get a Class not found exception. It looks like a loop from ClassLoader - URLClassloader - Classsloader. Any time highlighted throw new ClassNotFoundException.
When just running my tests with jUnit, it works fine.
Any help is greatly appreciated.
请先登录再写评论。
I think someone here said there is an Exception breakpoint that is set by
default you need to remove.
"Reto Badertscher" <rbadertscher@swissonline.ch> wrote in message
news:5336009.1064577553072.JavaMail.itn@is.intellij.net...
>
exception. It looks like a loop from ClassLoader - URLClassloader -
Classsloader. Any time highlighted throw new ClassNotFoundException.
>
>
>
>
I didn't see any breakpoint to unset.
The same happens when remote debugging against Tomcat, the debugger steps in classes which are disabled in the debug settings.
It's a pity, otherwise this build works quite good.
Regards
Reto