Debugging an Orb Application

For debugging and development, Orb has a debug mode that can be enabled by calling Orb@setDebug(true) in the initialization method of an Orb application.

Debug mode can have an impact on performance and other behaviors, and should not be enabled in a production environment.

Disabling debug mode after an application has started up is not supported. To stop debugging your Orb application, restart the application and do not call Orb@setDebug(true).

The following is enabled by debug mode.