BeeOnRope
BeeOnRope

Reputation: 64935

Eclipse breakpoints being hit even when choosing "Run" rather than "Debug"

If I have breakpoints in some java code, they get hit even when I select "Run" rather than "Debug". Is that expected behavior?

Upvotes: 0

Views: 81

Answers (2)

Matt Ball
Matt Ball

Reputation: 359816

No, it is not the expected behavior.

Upvotes: 1

Tim
Tim

Reputation: 6519

No that's not the expected behaviour, and I've never seen that happen on any version of Eclipse I've used.

Are you sure that you're really seeing what you think you're seeing? Perhaps you have the debug process still running and that's where the breakpoints are being hit rather than in the new run process.

Upvotes: 1

Related Questions