Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is it possible to add a method in one project and use it from a higher up project?

Matt Chapman wrote:
> Hi,
> 
> The issue with the editor is covered in the FAQ:
> http://www.eclipse.org/ajdt/faq.php#q:errors
> Basically we can't change the behaviour of the Java editor, but you
> can use the AspectJ editor instead.

Thanks for the tip! Very helpful ;-)
> 
> Debugging should work ok except that if you're using "around" advice
> you need to set the "no-inline" compiler option:
> http://www.eclipse.org/ajdt/faq.php#q:breakpoints

Breakpoints seem to work but what I have trouble with is stepping into a
method that is inserted into a class by an aspect. If I set a breakpoint
in the aspect at the method there is no problem.

Nick


Back to the top