Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2c7ba42ab14f31d60a742cbeb1ba22c6865c4167 (plain) (blame)
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
# Debugging options for the org.eclipse.wst.env plugin.

# Turn on debugging master switch for the org.eclipse.wst.common.environment plugin.
org.eclipse.wst.common.environment/debug=true

# Turn on different tracing level
org.eclipse.wst.common.environment/trace/info=true
org.eclipse.wst.common.environment/trace/warning=true
org.eclipse.wst.common.environment/trace/error=true

# Turn on data flow tracing
org.eclipse.wst.common.environment/trace/data=true

# Turn on command tracing
org.eclipse.wst.common.environment/trace/command=true

# Turn on emitter tracing
org.eclipse.wst.common.environment/trace/emitter=true

# Turn on web service ant tracing
org.eclipse.wst.common.environment/trace/ws_ant=true

# Turn on web service detailed command engine tracing
org.eclipse.wst.common.environment/trace/ws_dt_cmd_engine=true

# Turn on web service framework tracing
org.eclipse.wst.common.environment/trace/ws_framework=true

Back to the top