Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Re: breakpoints

More details:

1/ on every restart of the application all breakpoints are lost (Note:
breakpoints are not set on aspects, not even on classes that targets
of aspects)
2/ changing between different JRockit versions doesn't help.
Breakpoints are still lost.
3/ I have enabled custom settings for AJDT on this project and
disabled Incremental build.
Still I can see in the AJDT Event Trace:

5:59:23 PM	 Build kind = FULLBUILD <==== clean + build
5:59:23 PM	 Project=_mag4media_         kind of build requested =Full
AspectJ compilation
5:59:23 PM	 Builder: Tidied output folder, deleted 0 .class files from
D:\workspace\java\work\c4m\c4magnolia\web\WEB-INF\classes
5:59:24 PM	 Timer event: 1032ms: Time to first compiled message
5:59:25 PM	 Timer event: 2078ms: Time to first woven message
5:59:25 PM	 AspectJ reports build successful, build was: FULL
5:59:26 PM	 Timer event: 2641ms: Total time spent in AJDE
5:59:26 PM	 Timer event: 94ms: Create element map (84 rels in project:
_mag4media_)
5:59:26 PM	 Types affected during build = 328
5:59:26 PM	 Timer event: 0ms: Add markers (25 markers)
5:59:26 PM	 Timer event: 2828ms: Total time spent in AJBuilder.build()
6:01:09 PM	 ===========================================================================================
6:01:09 PM	 Build kind = INCREMENTALBUILD <== modified 1 source + build
6:01:10 PM	 Project=_mag4media_         kind of build requested =Full
AspectJ compilation
6:01:10 PM	 build: Examined delta - source file changes in required
project _mag4media_
6:01:10 PM	 Timer event: 828ms: Time to first compiled message
6:01:11 PM	 Timer event: 1750ms: Time to first woven message
6:01:11 PM	 AspectJ reports build successful, build was: FULL
6:01:12 PM	 Timer event: 2016ms: Total time spent in AJDE
6:01:12 PM	 Timer event: 110ms: Create element map (84 rels in
project: _mag4media_)
6:01:12 PM	 Types affected during build = 328
6:01:12 PM	 Timer event: 0ms: Add markers (25 markers)
6:01:12 PM	 Timer event: 2297ms: Total time spent in AJBuilder.build()

so it looks like the setting is not considered (or I am interpretting
it incorrectly).

Next, I will try to switch to SUN JVM and than downgrade AJDT.

./alex
--
.w( the_mindstorm )p.

On 4/12/06, Alexandru Popescu <the.mindstorm.mailinglist@xxxxxxxxx> wrote:
> I haven't tried this out. I will test some scenarios later today (the
> one you are suggesting, replacing AJDT with an older version, replace
> JRockit with SUN JVM), maybe I can understand what is going on.
>
> ./alex
> --
> .w( the_mindstorm )p.
>
>
> On 4/12/06, Dean Wampler <dean@xxxxxxxxxxxxxxxxxxxxx> wrote:
> > Do they behave "normally" if you do a full build?
> >
> > Alexandru Popescu wrote:
> > > Some additional information: I am using manually triggered incremental
> > > builds, and upon each build the breakepoints are washed away.
> > >
> > > ./alex
> > > --
> > > .w( the_mindstorm )p.
> > > [snip...]
> > >
> >
> > --
> > Dean Wampler, Ph.D.
> > dean at aspectprogramming.com
> > http://www.aspectprogramming.com
> > http://www.contract4j.org
> > I want my tombstone to say:
> >    Unknown Application Error in Dean Wampler.exe.
> >    Application Terminated.
> >    [Okay]    [Cancel]
> >
> > _______________________________________________
> > aspectj-users mailing list
> > aspectj-users@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
>


Back to the top