Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Stocker2014-09-09 13:37:14 +0000
committerMatthias Sohn2014-10-27 18:20:39 +0000
commit0a2bea2b787db3c7b95d2da7fbda830a29ef3821 (patch)
tree70c8812532a8b49cd0125a63f6b07dc1694d53ba /org.eclipse.egit.ui/.options
parent9915dbfd8a61b876336ca5796ad5ad3afa2ac018 (diff)
downloadegit-0a2bea2b787db3c7b95d2da7fbda830a29ef3821.tar.gz
egit-0a2bea2b787db3c7b95d2da7fbda830a29ef3821.tar.xz
egit-0a2bea2b787db3c7b95d2da7fbda830a29ef3821.zip
Add tracing for selection handling
Trace output from user helps with investigating the problem on the user's side. Bug: 443449 Change-Id: I094c7da1a4ad39fb05b82e5456641bcf0c3591fb Signed-off-by: Robin Stocker <robin@nibor.org> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/.options')
-rw-r--r--org.eclipse.egit.ui/.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/.options b/org.eclipse.egit.ui/.options
index 0d207b384b..f654159ab5 100644
--- a/org.eclipse.egit.ui/.options
+++ b/org.eclipse.egit.ui/.options
@@ -14,3 +14,5 @@ org.eclipse.egit.ui/debug/quickdiff = false
org.eclipse.egit.ui/debug/repochangescanner = false
# Trace location for properties testers
org.eclipse.egit.ui/debug/ui/propertiestesters = false
+# Trace location for selection handling
+org.eclipse.egit.ui/debug/ui/selection = false

Back to the top