views:

18

answers:

1

Is it possible to see Eclipse compilation details logs?

After a number of project changes, the compilation speed became very low (~10 seconds after a simple file change). Whould be nice to see, what compilation steps take most time.

A: 

You can enable debug trace for JDT/Core plugin. See more details in this post as well as in the .options file in org.eclipse.jdt.core plugin.

Eugene Kuleshov