Reputation: 64935
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
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