I am working on a java based enterprise application and i am looking for ways to debug the plsql code on sql developer when the request comes from an application.
I am able to remote debug the pl sql code with a test sql program written locally invoking a specific procedure on my database.
i want to be able to achieve the same debug control when the request comes from an application.
By Right clicking on the db connection and clicking on remote debug, i get a 'Listener for JPDA' popup asking me for the port and local address. By entering the ip address of the machine where this application is deployed, I get the error - 'The debugger is not able to listen for JPDA using the specified parameters. Do you want to change the parameters?'
How do i get this working?