| # Debugging options for the org.eclipse.ocl.examples.codegen plug-in |
| |
| # Turn on tracing of the place building |
| org.eclipse.ocl.examples.codegen/cse/build=false |
| # Turn on tracing of the places before CSE |
| org.eclipse.ocl.examples.codegen/cse/places=false |
| # Turn on tracing of the places after pruning redundant analyses |
| org.eclipse.ocl.examples.codegen/cse/prune=false |
| # Turn on tracing of the places after pulling up occluded analyses |
| org.eclipse.ocl.examples.codegen/cse/pullUp=false |
| # Turn on tracing of the places after pushing up joint analyses |
| org.eclipse.ocl.examples.codegen/cse/pushUp=false |
| # Turn on tracing of the places after rewriting to use the let expressions |
| org.eclipse.ocl.examples.codegen/cse/rewrite=false |
| |
| # Turn on tracing of the classpath synthesis |
| org.eclipse.ocl.examples.codegen/classPath=false |
| # Turn on tracing of the explicit compilations |
| org.eclipse.ocl.examples.codegen/compiles=false |
| # Turn on tracing of the fielding analysis catch insertion |
| org.eclipse.ocl.examples.codegen/fielding/catch=false |
| |
| # Turn on production of comments identifying the calling convention |
| org.eclipse.ocl.examples.codegen/java/callingConventionComments=false |
| |
| # Turn on tracing of the the gathering of all names that need resolution |
| org.eclipse.ocl.examples.codegen/names/gather=false |
| # Turn on tracing of the the resolution of all names |
| org.eclipse.ocl.examples.codegen/names/resolve=false |