tags:

views:

688

answers:

1

In SSIS, how do I step through a foreach loop in debug to see each step within it individually? I've added breakpoints, but they don't seem to break on them in debug?

Thanks!

+3  A: 

I would add OnPreExecute breakpoint to the first task inside the foreach loop.

Michael