Confluence : Enabling Developer Mode
This page last changed on Nov 08, 2005 by david@randombits.org.
Confluence's Developer Mode is a system property setting that tells Confluence to enable various debugging features that are not otherwise exposed to users. To enable Developer Mode, you should start Confluence with the following system property set. -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. Developer Mode FeaturesCurrently, enabling Developer Mode will activate the following features: Prior to Confluence 2.0
Confluence 2.0
|
![]() |
Document generated by Confluence on Mar 22, 2007 21:01 |