Bug 88279

Summary: Breakpoint not picked up
Product: [Tools] AJDT Reporter: Eric Bodden <eric>
Component: UIAssignee: AJDT-inbox <AJDT-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Eclipse AJ testproject none

Description Eric Bodden CLA 2005-03-16 23:33:04 EST
I am having a case where pointcuts inside a piece of advice are not being picked 
up during runtime. The app just does not stop. I am using build 1.2.0.20050308..
. with the latest Eclipse milestone. A testcase is attached. The breakpoints 
inside KeyyPoolingAspect are not being picked up.
Comment 1 Eric Bodden CLA 2005-03-16 23:33:39 EST
Created attachment 18887 [details]
Eclipse AJ testproject
Comment 2 Sian January CLA 2005-03-21 06:00:32 EST
Confirmed - the breakpoints are definitely not being picked up.
Comment 3 Andrew Clement CLA 2005-03-24 08:34:40 EST
around advice breakpoints are not respected unless you turn off -Xnoinline in
the project/workspace settings panel.  If the advice is inlined we never look in
the source file where you have your breakpoints.  this should be resolved when
AspectJ puts out suitable JSR45 information which we are covering in a separate bug.
Comment 4 Sian January CLA 2005-03-30 06:35:57 EST
Marked as duplicate of the AspectJ JSR45 bug

*** This bug has been marked as a duplicate of 80430 ***