# Debugging options for the org.eclipse.core.runtime plugin

# NOTE: There is a deadlock risk when using these debug flags in a workspace
# launched from Eclipse due to interaction with a lock in the debugger console.  
# For details: https://bugs.eclipse.org/bugs/show_bug.cgi?id=93968

# Prints debug information on running background jobs
org.eclipse.core.jobs/jobs=false
# Includes current date and time in job debug information
org.eclipse.core.jobs/jobs/timing=false
# Computes location of error on mismatched IJobManager.beginRule/endRule
org.eclipse.core.jobs/jobs/beginend=false
# Pedantic assertion checking on locks and deadlock reporting
org.eclipse.core.jobs/jobs/locks=false
# Throws an IllegalStateException when deadlock occurs
org.eclipse.core.jobs/jobs/errorondeadlock=false
# Debug shutdown behaviour
org.eclipse.core.jobs/jobs/shutdown=false

