Wishlist - debug window

ScottMattes

Member³
While stepping through code that does an insert/update/delete it would be handy to be able to query and see what has been done in that debug session WITHOUT having to COMMIT!

------------------
------------
Scott Mattes
 
If you want to do this, you can switch to single connection in the preferences screen. That way PL/SQL Developer will open only one session to the database. I heard the dual connection should also work, but I haven't tried that myself yet.

Regards,
Patrick

------------------
Check out: http://www.oracledeveloper.nl
 
The debug session cannot be accessed in any other window during debugging, so setting the session mode preference to single or dual session won't help.

You are not the first to ask though, so we will look into this for the next release, if technically possible.

------------------
Marco Kalter
Allround Automations
 
Are you planning to implement debugging in the single session mode? If yes, when.
 
Back
Top