Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Log / Find DB ROLLBACKS during debugging

0 Likes
578

Hello,

Is there any efficient way to find instructions (during runtime debugging ) that cause a DB_ROLLBACK ?

I have a quite complex METHOD (that calls many system functions / methods) and that somewere causes DB_ROLLBACK which i want to find quite fast.

BR

2 REPLIES 2
Read only

Former Member
0 Likes
528

I haven't tried this but could you just set a breakpoint at the statement ROLLBACK?

Rob

Read only

0 Likes
528

Oh, i´m searching for implicit DB_ROLLBACKS caused by exceptions or messages that are raised and not know explcit before. So a static search over the source code is not possible for me..