You are saying that clicking on a link in the stack trace is not working? Are these binary aspects, or source aspects? It would be helpful if you could attach a small project that replicates your problem.
On Sun, Feb 15, 2009 at 8:59 AM, Eduardo Castro <[email protected]> wrote: > I'm not using. I also configured the source path. For example, I forced an > exception within an advice. When eclipse shows the stack trace and I click > on the line that thrown the exception, eclipse does not found the resouce > (aspect source). I tried to convert the .aj to .java, it not works also. > > Regards > > 2009/2/15 Andy Clement <[email protected]> >> >> Are you using around advice? If so please turn on the option -XnoInline >> which can be set in the project properties. If it is not that, we'll >> perhaps need a bit more information about the project. >> >> Andy. >> >> 2009/2/15 Eduardo Castro <[email protected]> >>> >>> Sorry. But it does not find my source files for aspects. >>> >>> Any tip? >>> >>> Eduardo >>> >>> 2009/2/15 Eduardo Castro <[email protected]> >>>> >>>> Hi, >>>> >>>> I am using AJDT 1.6.3 and using the aspejct debug mode, it does not >>>> detect my breakpoints in the aspect classes. Some tip? >>>> >>>> Thanks, >>>> Eduardo >>> >>> >>> _______________________________________________ >>> aspectj-users mailing list >>> [email protected] >>> https://dev.eclipse.org/mailman/listinfo/aspectj-users >>> >> >> >> _______________________________________________ >> aspectj-users mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/aspectj-users >> > > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
