org.eclipse.jdt.core/.options
Parent Directory
|
Revision Log
Revision 1.32 -
(download)
(annotate)
Mon Sep 8 14:33:20 2008 UTC (14 months, 2 weeks ago) by ffusier
Branch: MAIN
CVS Tags: v_943, v_942, v_974_R35x, v_969_R35x, v_A03, v_A02, v_A01, v_A00, v_A07, v_A06, v_A05, v_A04, v_A09, v_A08, v_968_R35x, v_958, v_959, v_950, v_951, v_952, v_953, v_954, v_955, v_956, v_957, v_971_R35x, v_929, v_928, v_925, v_924, v_927, v_926, v_921, v_920, v_923, v_922, v_978_R35x, v_961, v_960, v_963, v_962, v_964_R35x, v_977_R35x, R3_5, v_A18, v_A19, v_A14, v_A15, v_A16, v_A10, v_A11, v_A12, v_A13, v_966_R35x, v_938, v_939, v_936, v_937, v_934, v_935, v_932, v_933, v_930, v_931, v_970_R35x, v_A21, v_A20, v_A23, v_A22, v_975_R35x, v_976_R35x, v_967_R35x, v_965_R35x, v_A21d, v_A21a, jsr308_A22, v_972_R35x, v_949, v_948, v_947, v_946, v_945, v_944, v_941, v_940, R3_5_1, v_A17b, v_A17c, v_973_R35x, v_914, v_915, v_916, v_917, v_912, v_913, v_918, v_919, HEAD
Branch point for: JSR_308, R3_5_maintenance
Changes since 1.31: +3 -0 lines
Mon Sep 8 14:33:20 2008 UTC (14 months, 2 weeks ago) by ffusier
Branch: MAIN
CVS Tags: v_943, v_942, v_974_R35x, v_969_R35x, v_A03, v_A02, v_A01, v_A00, v_A07, v_A06, v_A05, v_A04, v_A09, v_A08, v_968_R35x, v_958, v_959, v_950, v_951, v_952, v_953, v_954, v_955, v_956, v_957, v_971_R35x, v_929, v_928, v_925, v_924, v_927, v_926, v_921, v_920, v_923, v_922, v_978_R35x, v_961, v_960, v_963, v_962, v_964_R35x, v_977_R35x, R3_5, v_A18, v_A19, v_A14, v_A15, v_A16, v_A10, v_A11, v_A12, v_A13, v_966_R35x, v_938, v_939, v_936, v_937, v_934, v_935, v_932, v_933, v_930, v_931, v_970_R35x, v_A21, v_A20, v_A23, v_A22, v_975_R35x, v_976_R35x, v_967_R35x, v_965_R35x, v_A21d, v_A21a, jsr308_A22, v_972_R35x, v_949, v_948, v_947, v_946, v_945, v_944, v_941, v_940, R3_5_1, v_A17b, v_A17c, v_973_R35x, v_914, v_915, v_916, v_917, v_912, v_913, v_918, v_919, HEAD
Branch point for: JSR_308, R3_5_maintenance
Changes since 1.31: +3 -0 lines
HEAD - 215033: add advanced debug for index manager
# Turn on debug tracing for org.eclipse.jdt.core plugin org.eclipse.jdt.core/debug=true # Reports buffer manager activity org.eclipse.jdt.core/debug/buffermanager=false # Reports java builder activity : nature of build, built state reading, indictment process org.eclipse.jdt.core/debug/builder=false # Reports java builder stats org.eclipse.jdt.core/debug/builder/stats=false # Reports compiler activity org.eclipse.jdt.core/debug/compiler=false # Reports codeassist completion activity : recovered unit, inferred completions org.eclipse.jdt.core/debug/completion=false # Reports classpath variable initialization, and classpath container resolution org.eclipse.jdt.core/debug/cpresolution=false # Reports internals of classpath variable initialization, and classpath container resolution (to be used on the JDT/Core team request only) org.eclipse.jdt.core/debug/cpresolution/advanced=false # Reports failures during classpath variable initialization, and classpath container resolution org.eclipse.jdt.core/debug/cpresolution/failure=false # Report type hierarchy connections, refreshes and deltas org.eclipse.jdt.core/debug/hierarchy=false # Reports background indexer activity: indexing, saving index file, index queries org.eclipse.jdt.core/debug/indexmanager=false # Reports internals of indexer activity (to be used on the JDT/Core team request only) org.eclipse.jdt.core/debug/indexmanager/advanced=false # Print notified Java element deltas org.eclipse.jdt.core/debug/javadelta=false org.eclipse.jdt.core/debug/javadelta/verbose=false # Reports various Java model activities org.eclipse.jdt.core/debug/javamodel=false # Reports Java model elements opening/closing org.eclipse.jdt.core/debug/javamodel/cache=false # Reports post actions addition/run org.eclipse.jdt.core/debug/postaction=false # Reports name resolution activity org.eclipse.jdt.core/debug/resolution=false # Reports java search activity org.eclipse.jdt.core/debug/search=false # Reports source mapper activity org.eclipse.jdt.core/debug/sourcemapper=false # Reports code formatter activity org.eclipse.jdt.core/debug/formatter=false # Reports open on selection activity : recovered unit, inferred selection org.eclipse.jdt.core/debug/selection=false # Reports access to zip and jar files through the Java model org.eclipse.jdt.core/debug/zipaccess=false # Reports the time to perform code completion. org.eclipse.jdt.core/perf/completion=300 # Reports the time to perform code selection. org.eclipse.jdt.core/perf/selection=300 # Reports the time to process a java element delta. org.eclipse.jdt.core/perf/javadeltalistener=500 # Reports the time to perform an initialization of a classpath variable. org.eclipse.jdt.core/perf/variableinitializer=5000 # Reports the time to perform an initialization of a classpath container. org.eclipse.jdt.core/perf/containerinitializer=5000 # Reports the time to perform a reconcile operation. org.eclipse.jdt.core/perf/reconcile=1000
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
