Query while in debug

Darko

Member
Is there a way to query table that is changing inside procedure while in debug mode, i.e. to see that changes (like insert/update) while walking through procedure in debug mode?

I know that standard query window is probably in other session so I can't see what's happening to that table changed in other session (except if in autonomy. trans.).
 
You can press the "Execute Query in Debug Session" button on the Test Window toolbar to enter and execute a query. This way you can see uncommitted changes in the debug session.
 
Back
Top