[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Why building workspace at breakpoint toggling?

Jörg Kiegeland wrote:


2. start eclipse with additional '-debug' command line argument
   (you might also want to redirect the console output to a file)


In the log I found following statement:

Wed Nov 21 19:05:02 CET 2007 - [Worker-61] Invoking (INCREMENTAL_BUILD) on builder: JavaBuilder(org.myproject)

This was logged when I set a *breakpoint* in a completely different project than "org.myproject" (there are no dependencies between those projects).

Is this already an error or is it the specified behavior that every workspace java project is incremental built (but only those would compile which have changes)?
Next in the log, I find the following detected source delta:


/org.myproject[*]: {DESCRIPTION}

(actually, I modified the org.eclipse.jdt.core source code to get this log message ..)

So the project description changed. I not touched this project in the whole time, so I wonder why there are changes?

I did not find a way to tell *who* caused this change. Any idea where I could add additional log messages to locate the originator?

Best would be to file a reproducible bug report. Another solution is that you debug it yourself. Does this also happen if you use plain Eclipse SDK?


Dani


Thanks