I have a couple of @After and @Before aspects, and debug is working just fine. But when I try with @Around, it just wont stop at the break point. I have logs, and I'm sure that aspect code is executed.
Is this normal, or is it just me? Thanks in advance.