Confluence's Developer Mode is a system property setting that tells Confluence to enable various debugging features |
-Dconfluence.devmode=true |
If you are writing a Confluence extension and want to check if Developer Mode is active, you can call ConfluenceActionSupport#isDevMode() if you have an action available ($action.devMode in Velocity templates), or Boolean.getBoolean(ConfluenceActionSupport.DEVMODE) if you don't.
Currently, enabling Developer Mode will activate the following features:
Confluence 2.0 より前
Confluence 2.0