Oracle Application Express 5: Developing Web Applications — Question 24
Jim has developed a form page. When running the page, the data displayed is not what he expected. Therefore, he wants to review the information in session state while debugging the form.
How can Jim accomplish this?
Answer options
- A. View page source information in the browser.
- B. Click the Session button on the Developer toolbar.
- C. Add a debug flag to the URL and rerun the page.
- D. Click the View Debug button on the Developer toolbar.
- E. Edit the page and update session state items to "Display Only".
Correct answer: D
Explanation
The correct answer is D because clicking the View Debug button on the Developer toolbar allows Jim to inspect the session state and other debugging information directly. The other options either do not provide the required session state information or are not specifically designed for debugging in this context.