How to debug another client?

ADie

Member
The environment tah we use for most of our customer solutions consists of a classical Windows-GUI-Client and a lot of PL/SQL Code on the Oracle-DB-server.

Therefore we must start most of our test from the client side program and the client invokes very much PL/SQL-Package-Code. It is not ver efficient for us, to generate test scripts for every constellation we want to test and debug.

Now my question: Is it possible to start a debugging session from another client program than PL/SQL-Developer and subsequently hand over both the working session and the debugging session to PL/SQL-Developer?
 
This is currently not possible. You can only debug the session in the Test Window. It is on the list of enhancement requests though.
 
Back
Top