# Debugging options for the org.eclipse.emf.validation plug-in

# Turn on general debugging for the org.eclipse.emf.validation plug-in
org.eclipse.emf.validation/debug=true


# Trace when exceptions are caught
org.eclipse.emf.validation/debug/exceptions/catching=false

# Trace when exceptions are thrown
org.eclipse.emf.validation/debug/exceptions/throwing=false


# Trace when methods are entered
org.eclipse.emf.validation/debug/methods/entering=false

# Trace when methods are exited
org.eclipse.emf.validation/debug/methods/exiting=false


# Trace constraint-caching related activity
org.eclipse.emf.validation/debug/cache=false


# Trace constraint-related activity (including initialization)
org.eclipse.emf.validation/debug/constraints=false
org.eclipse.emf.validation/debug/constraints/disabled=false
org.eclipse.emf.validation/debug/constraints/evaluation=false

# Trace constraint-parser-related activity (including initialization)
org.eclipse.emf.validation/debug/parsers=false

# Trace constraint-provider-related activity (including initialization)
org.eclipse.emf.validation/debug/providers=false

# Trace listener registration
org.eclipse.emf.validation/debug/listeners=false

# Trace XML parsing
org.eclipse.emf.validation/debug/xml=false
