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 _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
