|
Re: How to debug an around() advice? [message #56000 is a reply to message #55972] |
Fri, 12 August 2005 08:12 |
Eclipse User |
|
|
|
Originally posted by: adrian_colyer.uk.ibm.com
Lefty A. Rivera wrote:
> I followed the instructions, my main method is in a class so I'm trying
> to debug like a normal Java App, I can see the 'advised by' in the
> editor but I can't get to the aroud() advise breakpoint.
If around advice is inlined, the debugger can't figure out what to do
(we still have some JSR 45 related work to do in this area, and possibly
so does the Eclipse debugger). To debug around advice, you also need to
go to the project properties and turn off the "inline around advice"
AspectJ compiler option. Debugging should then hopefully work as
expected...
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04644 seconds