java - Eclipse(STS) break breakpoint not hit using maven surefire plugin and scala ide -
i wondering whether shed light on peculiar problem. using sts 3.2 (i.e. eclipse 4.3 kepler) scala ide , eclipse maven plugin. version of maven using maven 3.0.5. using maven surefire plugin version 2.4.3 , scala version 2.10.2 . have followed instructions such provided here http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html , maven build debug in eclipse however, when set break points in junit scala tests, break points not being hit. not sure why happening. there problem eclipse scala maven , maven surefire??
thanks
if have flexibility in choice of ides i'd switch intellij
http://www.jetbrains.com/idea/
i've had issues in past maven-eclipse , while solvable, intellij supports maven natively.
Comments
Post a Comment