Scala Eclipse IDE suddenly ignoring breakpoints

Posted by malsmith on Stack Overflow See other posts from Stack Overflow or by malsmith
Published on 2010-05-05T22:45:21Z Indexed on 2010/05/05 22:48 UTC
Read the original article Hit count: 196

I've been using Scala 2.8RC1 and Scala Eclipse plugin for 2.8 RC1 happily for a few days. However, last night after adding a couple jar files to my environment (apache http client jars) the debugger just stopped stopping at breakpoints in scala code.

Java code stops fine at breakpoints. I tried creating a new mimimal scala app breakpoints don't stop. I've tried switching to sun-jre-1.6.0.20 from the openjdk-1.6.18 I had been using. I've switched to the scala 2.8 nightly and also eclipse plugin for scala nightly builds. No luck.

I would greatly appreciate ideas for fixes. Rather frustrating as the initial experience with 2.8 was really great.

© Stack Overflow or respective owner

Related posts about scala

Related posts about eclipse-plugin