Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Debugging -- before/after work but around does not

Hi all,

using a debugger on the around() advice doesn't jump into the according sourcecode location in the aspect, in fact it just remains at the sourcecode location in the weaved class.

On the other hand before & after work fine.

Is this behavior intended or is it a bug?

Regards,
Simon


Back to the top