Skip to main content
summaryrefslogtreecommitdiffstats
blob: 380e4304b52be3d31f5142844e73bd904763e3a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Debugging and tracing options

org.eclipse.net4j.util/debug = true
org.eclipse.net4j.util/debug.lifecycle = true
org.eclipse.net4j.util/debug.lifecycle.dump = true
org.eclipse.net4j.util/debug.concurrency = true
org.eclipse.net4j.util/debug.registry = true
org.eclipse.net4j.util/debug.om = true
org.eclipse.net4j.util/debug.om.monitor = true

Back to the top