forked from jamesblackburn/eclipse-core-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.options
74 lines (54 loc) · 2.72 KB
/
.options
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Debugging options for the org.eclipse.core.resources plugin.
# Turn on debugging for the org.eclipse.core.resources plugin.
org.eclipse.core.resources/debug=false
# Monitor builders and gather time statistics etc.
org.eclipse.core.resources/perf/builders=10000
# Monitor resource change listeners and gather time statistics etc.
org.eclipse.core.resources/perf/listeners=500
# Monitor workspace snapshot and gather time statistics etc.
org.eclipse.core.resources/perf/snapshot=1000
# Monitor workspace snapshot and gather time statistics etc.
org.eclipse.core.resources/perf/save.participants=500
# Debug build failure cases such as failure to retrieve deltas.
org.eclipse.core.resources/build/failure=false
# Reports the cause of autobuild interruption
org.eclipse.core.resources/build/interrupt=false
# Reports the start and end of all builder invocations
org.eclipse.core.resources/build/invoking=false
# Reports the start and end of build delta calculations
org.eclipse.core.resources/build/delta=false
# For incremental builds, displays which builder is being run
# and because of changes in which project.
org.eclipse.core.resources/build/needbuild=false
# Prints a stack trace every time an operation finishes that requires a build
org.eclipse.core.resources/build/needbuildstack=false
# Prints a stack trace every time a build API method is called
org.eclipse.core.resources/build/stacktrace=false
# Reports configuration and deconfiguration of project natures
org.eclipse.core.resources/natures=false
# Report history store debugging.
org.eclipse.core.resources/history=false
# Report debugging for project preferences.
org.eclipse.core.resources/preferences=false
# Prints debug information (elapsed time, estimated savings) from string compaction
org.eclipse.core.resources/strings=false
# Report timings for restoring the workspace state
org.eclipse.core.resources/restore=false
org.eclipse.core.resources/restore/markers=false
org.eclipse.core.resources/restore/syncinfo=false
org.eclipse.core.resources/restore/tree=false
org.eclipse.core.resources/restore/metainfo=false
org.eclipse.core.resources/restore/snapshots=false
org.eclipse.core.resources/restore/mastertable=false
# Report timings for saving and snapshots on the workspace state
org.eclipse.core.resources/save=false
org.eclipse.core.resources/save/markers=false
org.eclipse.core.resources/save/syncinfo=false
org.eclipse.core.resources/save/tree=false
org.eclipse.core.resources/save/metainfo=false
org.eclipse.core.resources/save/mastertable=false
# Report debug of workspace auto-refresh
org.eclipse.core.resources/refresh=false
# Prints debug information on resource content description
org.eclipse.core.resources/contenttype=false
org.eclipse.core.resources/contenttype/cache=false