0

I am running EClipse Juno Java EE and I put a break point on some of my methods both the methods in the classes and methods like "Before" in the Junit class. Then I run the JUnit I have and it passes green But does not catch any of my breakpoints. What are some settings in EClipse maybe? that I should double check to make sure everything is set up right? it doesn't catch my breakpoints.
P.S: Ok I wan't in "Debug" perspective but now I switched to "Debug" perspective but still not hitting the break point.

Bohn
  • 26,091
  • 61
  • 167
  • 254

1 Answers1

1

Ah found the issue... I was using "Run As" ... but I should be using "Debug As".

Bohn
  • 26,091
  • 61
  • 167
  • 254