Are there plans to add the functionality described in this page on the “other” (Oracle Developer Tools for VS Code) extension?
I would like to be able to attach the debugger to my database and debug the code as the database is executing it response to external stimulus.
For example consider a web service that ultimately causes a PL/SQL procedure to be executed; I want to invoke the web service through curl, or exercise a client that calls it, and be able to debug the procedure when the database executes it. Thanks.
Tony