25.4.2 Recognizing Development Mode
Recognize Development Mode by the Developer Toolbar or
APP_BUILDER_SESSION value.
During development, when you run your app from App Builder, it's in "Development Mode". The Developer Toolbar appears when in this mode. Using its settings menu, as shown below, you can change its default display position, auto-hide behavior, and button display style.
Figure 25-153 Development Toolbar Appears When Running in Development Mode
Tip:
To test at runtime if your app is running in Development Mode, you can use the condition V('APP_BUILDER_SESSION') IS NOT NULL, which returns true in this mode.
You can disable the Developer Toolbar in Development Mode session if necessary. As shown below, change the Availability > Status setting in Shared Components > Application Definition to Available instead of the default Available with Developer Toolbar.
Figure 25-154 Your Availability Setting Can Disable the Developer Toolbar
Tip:
Check your app's Availability > Status setting if you don't see the Developer Toolbar when running from App Builder, but do want it to display. Make sure it's set to Available with Developer Toolbar.
Parent topic: Maintaining Workflow Processes

