Debug mode not working
Hi,
We are in the process of migrating from APEX v3.2.1 on 10g database to APEX v4.2.1 on 11g database. APEX is installed fresh on 11g. I was testing an application exported from v3.2.1 and imported in v4.2.1. I wasn't able to activate the debug mode from the developer bar when the application is running. The url changes but no debug information appears as was the case in v3.2.1. I can see a partial set of the debug information when I open then Show debug window from the developer bar. This show debug is incomplete. By that I mean I don't see session state change and I don't see information from "wwv_flow.debug" function.
I read in a thread for an earlier version 4, to toggle the debug field in edit application properties and apply, but that didn't work either. Something to note is that when the debug field in edit application properties was set to NO, I didn't get the error "Debugging is not enabled for this application" when activating the debug mode.
I created an application form scratch and the debug mode doesn't work either.
Is there some global setting in administration somewhere that I should enable to get the debug information in the page like in v3.2.1?