Skip to main content
summaryrefslogtreecommitdiffstats
blob: 854ab8da3a0468f9b533a06da050513cd68c41e4 (plain) (blame)
1
2
3
4
5
6
7
# Debugging options for the org.eclipse.ui.cheatsheets.

# Master flag for all org.eclipse.ui.intro plugin debug options.
org.eclipse.ui.cheatsheets/debug = true

# Enable printing of time taken during creation of cheat sheet.
org.eclipse.ui.cheatsheets/trace/creation/times = true

Back to the top