# Prints debug information
org.eclipse.jdt.ui/debug=true

# Prints debug information related to the AST provider
org.eclipse.jdt.ui/debug/ASTProvider=false

# Turn on tracing of the all types cache
org.eclipse.jdt.ui/debug/allTypesCache=false

# trace generation of type constraints and create toString info for debugging
org.eclipse.jdt.ui/debug/TypeConstraints=false


# verify jdt.core API for IBinding#isEqualTo(..)
org.eclipse.jdt.ui/debug/checkCoreBindingIsEqualTo=false

# verify jdt.core API for IBinding#getJavaElement()
org.eclipse.jdt.ui/debug/checkCoreBindingGetJavaElement=false

# use jdt.core API for IBinding#getJavaElement() instead of Bindings.find..(..)
org.eclipse.jdt.ui/debug/useCoreBindingGetJavaElement=false


# timing output for code assist
org.eclipse.jdt.ui/debug/ResultCollector=false