You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some issues with my project auto-build, and I checked the code in the eclipse.jdt.core project and found the build logic is in the file: org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/JavaBuilder.java.
I saw that it adds many logs/trace info about the build process and why it happens, but all are only when using those flags:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have some issues with my project auto-build, and I checked the code in the eclipse.jdt.core project and found the build logic is in the file: org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/JavaBuilder.java.
I saw that it adds many logs/trace info about the build process and why it happens, but all are only when using those flags:
org.eclipse.jdt.core/debug=true
org.eclipse.jdt.core/debug/builder=true
How and where can I set those flags?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions