Breakpoints are not 'hit'

Hello

I am running IntelliJ IDEA 9.0.2, build IU-95.66 with La Clojure 0.2.267. Debugging does not seem to work for me. Breakpoints are ignored

With IntelliJ IDEA 9.0.1, build IU-93.94 and the same La Clojure version it works fine.

Anyone any guidance on what could be causing this?

Thanks

Peter

0

I'm also seeing the same behavior.

0

It happened to me some time ago also. Reason was that there was a duplicated library (so "breakpointed" class appeared twice). It seemed that the class inside editor wasn't the class loaded by classloader.

It happened to me with maven build setup. I had to run 'mvn clean' to get it resolved.

0

请先登录再写评论。