[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?
|
- From: Nicholas Allen <nick.allen@xxxxxxxxxxxxx>
- Date: Mon, 22 Jan 2007 00:34:59 +0100
- Delivered-to: aspectj-users@eclipse.org
- User-agent: Thunderbird 1.5.0.9 (X11/20070103)
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