Application Development 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: 

Log / Find DB ROLLBACKS during debugging

0 Kudos

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

Former Member
0 Kudos

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

Rob

0 Kudos

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..