Showing posts with label debug console. Show all posts
Showing posts with label debug console. Show all posts

Thursday, November 30, 2023

Monday, October 14, 2019

Run ADF Application on Jdeveloper 12c using verbose log

To run an ADF Application on Jdeveloper 12c and have a verbose log, halpfull to understanding what appened at runtime and witch DB statement execute, witch parameters are used, etc, etc....

You can add follow java parameter on project run:

-Djbo.debugoutput=console


  1. Select the view controller project
  2. click on "Manage Run Configuration..." 
  3. Select the configuration (Default as well) 
  4. Click "Edit" (pensil icon) on "Run Configurations"
  5. Set the java option and confirm (press "ok" everywhere)