Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jface.text/.options3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jface.text/.options b/org.eclipse.jface.text/.options
index 3a90b9c3158..9435aefcd50 100644
--- a/org.eclipse.jface.text/.options
+++ b/org.eclipse.jface.text/.options
@@ -2,3 +2,6 @@
# Prints debug information related to AnnotationPainter
org.eclipse.jface.text/debug/AnnotationPainter= true
+
+# Prints debug information related to AbstractContentAssistSubjectAdapter and its subclasses
+org.eclipse.jface.text/debug/ContentAssistSubjectAdapters= true \ No newline at end of file

Back to the top