Damo
Damo

Reputation: 11550

Eclipse steps through comments on undo

When I undo a sequence of steps in a Java editor in Eclipse 3.4.2, the cursor skips over a bunch of comments unrelated to any change - only the method comments (eg. /**), not inline comments.

Does this happen to anyone else? Any solutions to stop it?

Upvotes: 0

Views: 133

Answers (2)

Damo
Damo

Reputation: 11550

Doesn't happen on Eclipse 3.6 so accepting this to close it

Upvotes: 0

Stroboskop
Stroboskop

Reputation: 4356

stop editing your source code while debugging ;)

Upvotes: 1

Related Questions