.options 665 B

123456789101112131415
  1. # Debugging options for the org.eclipse.gmf.runtime.emf.clipboard.core plug-in
  2. # Turn on general debugging for the org.eclipse.gmf.runtime.emf.clipboard.core plug-in
  3. org.eclipse.gmf.runtime.emf.clipboard.core/debug=true
  4. # Trace when exceptions are caught
  5. org.eclipse.gmf.runtime.emf.clipboard.core/debug/exceptions/catching=false
  6. # Trace when exceptions are thrown
  7. org.eclipse.gmf.runtime.emf.clipboard.core/debug/exceptions/throwing=false
  8. # Trace when methods are entered
  9. org.eclipse.gmf.runtime.emf.clipboard.core/debug/methods/entering=false
  10. # Trace when methods are exited
  11. org.eclipse.gmf.runtime.emf.clipboard.core/debug/methods/exiting=false