Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

Explain what breakpoints are and how you would use them

Nice?Vote!

1 Answer

Nice?Vote!
Breakpoints put pauses in your package. It’s a great tool for debugging a package because you can place a breakpoint on a task and it will pause the package based on execution events.
A reason in which I have used breakpoints is when I have a looping container and I want to see how my variables are changed by the loop. I would place a watch window on the package and type the variable name in. Set a break point on the container the stop after each iteration of the loop.
answered 1 year ago by R (19,530 points)

Related questions