Suppose that your application uses a loop that isn't producing the intended results. The best way to analyze what’s going on in the loop is to set a breakpoint at the start of the loop, step through the loop, and monitor the changes in the variables within the loop by using:

A). data tipsB). the Visualizer featureC). a Watch windowD). the Autos windowE). the Immediate window