Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Did you ever had to step into loop looking for 46-th row or looking for occurrence of some value?

Instead of painful record by record stepping trough loop, why not use breakpoints/watchpoints?

While debugging one can do this:

1. Open up Breakpoints/Watchpoints tab

2. Select breakpoint:

3. Set break point condition:

4. Continue debugging (F8):

5. This is it: debugger stops at 46-th record of the loop.

6. In case one need to stop at some specific value - at the step 3 specific condition is entered:

Small but useful debugging trick, I hope it will be helpful!

Regards,

Mario

19 Comments