Bohn
Bohn

Reputation: 26919

Breakpoints broken in EClipse

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.

Upvotes: 0

Views: 362

Answers (1)

Bohn
Bohn

Reputation: 26919

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

Upvotes: 1

Related Questions