Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Eclipse AJDT - stepping into advice code

Title: RE: [aspectj-users] Eclipse AJDT - stepping into advice code

Scratch that last email.  I forgot the X in -XnoInline.  I have that working and I have a debug step filter for org.aspectj.

When I try to step into an advised method, a dialog pops up titled "Debugger Source Lookup".  It says "The source of the type 'com.agedwards.aspects.ContextAspect' could not be shown as the type was not found."  ContextAspect.aj is one of my aspects.  I'm thinking it doesn't know that .aj files contain Java source.  Any idea how to tell it about that?



***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************

Back to the top