Often, during development, you will spend a lot of time in the Debug pages.
In order to enable this menu, use the following java option when starting your app server JVM:
# Support putting the Debug page on the main screen:
JAVA_OPTS="-Dsailpoint.debugPages=true $JAVA_OPTS"