Book Image

Oracle APEX Cookbook : Second Edition

Book Image

Oracle APEX Cookbook : Second Edition

Overview of this book

Table of Contents (21 chapters)
Oracle APEX Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Debugging an APEX application



An essential part of the development process of almost any software project is debugging. A good debug method allows developers to exactly pinpoint problems in the application.

Application Express offers some built-in functionalities to debug applications, pages, and even items. This recipe will explain how to set up debugging on an application and how to interpret the reports that APEX generates.

Getting ready

The only thing we need to start on this recipe is a (working) application. We will use a simple application, based on the EMP table.

Create a new application with a form and report (based on an interactive report) on the EMP table. That is enough to get through this recipe.

How to do it...

First of all, debugging has to be enabled for the application. By default, this option is disabled.

To enable debugging, perform the following steps.

  1. In the Application Builder select the application that we are going to debug.

  2. Locate the button labeled Edit Application Properties...