Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set breakpoint in eclipse #240

Closed
lombokissues opened this issue Jul 14, 2015 · 11 comments
Closed

Can't set breakpoint in eclipse #240

lombokissues opened this issue Jul 14, 2015 · 11 comments
Assignees

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 167)

@lombokissues
Copy link
Author

👤 Maaartinus   🕗 Nov 27, 2010 at 18:21 UTC

What steps will reproduce the problem?

  1. Use the current HEAD (07cfed7).
  2. Make a field with @ Getter.
  3. Try to set a breakpoint.

What is the expected output? What do you see instead?
The breakpoint gets set on the line containing "@ Getter" instead of the line clicked on.

What version of the product are you using? On what operating system?
Lombok 07cfed7, Eclipse 3.5.2 M20100211-1343, Windows XP.

Please provide any additional information below.
There's no such problem with v0.9.3.

@lombokissues
Copy link
Author

👤 reinierz   🕗 Nov 27, 2010 at 18:24 UTC

Can't reproduce - can you give more details? Exactly where are you trying to set a breakpoint? Also, which of these is wrong (any or all):

  1. The breakpoint icon (the blue dot) shows up in the wrong place, i.e. not where you clicked to make it.
  2. The actual breakpoint, as in, the point where debugging pauses, doesn't occur where I wanted it to.

@lombokissues
Copy link
Author

👤 Maaartinus   🕗 Nov 27, 2010 at 18:49 UTC

More details? I've installed some things in eclipse like subclipse, pydev, visual swing and egit, but I don't think it's relevant. I can't recall anything special at all.

Is there something I could do to locate the problem?

The minimal example:
public static void main(String[] args) throws Exception {
System.out.println(); // <--- clicking here
}
@ Getter // <--- placed here, line 10
private int x;
The blue dot is misplaces, the breakpoint according to the debugger is really on line 10, the debugger does not halt at the line clicked.

When I extend the example slightly, I see that it halts in the generated getter. So all clicks get really mislead to this line.

@lombokissues
Copy link
Author

👤 reinierz   🕗 Nov 27, 2010 at 19:12 UTC

That testcase does the trick.

I'm 99% certain something we're working on right now will solve this problem as a side-effect. I'll leave this open in case it won't.

@lombokissues
Copy link
Author

👤 grootjans   🕗 Feb 07, 2011 at 18:57 UTC

@lombokissues lombokissues added the accepted The issue/enhancement is valid, sensible, and explained in sufficient detail label Jul 14, 2015
@lombokissues lombokissues added this to the 0.10.1 milestone Jul 14, 2015
@lombokissues
Copy link
Author

👤 reinierz   🕗 Jun 06, 2011 at 18:48 UTC

Also, if you click in the margin of @ Getter, it will set a breakpoint... on line 1. It'll remain an issue for 0.10.1, though.

@lombokissues
Copy link
Author

👤 grootjans   🕗 Jun 06, 2011 at 19:22 UTC

This issue seems pretty similar to 139, though I wouldn't call it a duplicate. We're going to pick these up together, which makes it uncertain that we will pick this up for the 0.10.1 version. It still has a high priority for us though

@lombokissues
Copy link
Author

👤 reinierz   🕗 Jun 06, 2011 at 19:33 UTC

Issue #174 has been merged into this issue.

@lombokissues
Copy link
Author

👤 r.spilker   🕗 Jul 02, 2012 at 21:22 UTC

@lombokissues
Copy link
Author

👤 r.spilker   🕗 Jul 02, 2012 at 21:22 UTC

Duplicate of issue #450

@lombokissues lombokissues added duplicate and removed accepted The issue/enhancement is valid, sensible, and explained in sufficient detail labels Jul 14, 2015
@lombokissues
Copy link
Author

End of migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants