Bug 88279 - Breakpoint not picked up
Summary: Breakpoint not picked up
Status: RESOLVED DUPLICATE of bug 80430
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 23:33 EST by Eric Bodden CLA
Modified: 2005-03-30 06:35 EST (History)
0 users

See Also:


Attachments
Eclipse AJ testproject (12.25 KB, application/zip)
2005-03-16 23:33 EST, Eric Bodden CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***