Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dbb8241d13d99e3e48f0b98b0af502570240df59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Debugging options for the org.eclipse.ecf.ui plug-in

# Turn on general debugging for the org.eclipse.ecf.ui plug-in
org.eclipse.ecf.ui/debug=true
org.eclipse.ecf.ui/debug/filter = *
org.eclipse.ecf.ui/debug/flag = true

# Trace when exceptions are caught
org.eclipse.ecf.ui/debug/exceptions/catching=false
# Trace when exceptions are thrown
org.eclipse.ecf.ui/debug/exceptions/throwing=false

# Trace when methods are entered
org.eclipse.ecf.ui/debug/methods/entering=false
# Trace when methods are exited
org.eclipse.ecf.ui/debug/methods/exiting=false

Back to the top