what is the most efficient action to take?

You are running a form in debug mode and you begin to step through the code of a lengthy subprogram. After stepping through a few lines of its code, you realize that the error comes not from the code in that particular subprogram but from code that is executed after it. At this point, what is the most efficient action to take?

You are running a form in debug mode and you begin to step through the code of a lengthy subprogram. After stepping through a few lines of its code, you realize that the error comes not from the code in that particular subprogram but from code that is executed after it. At this point, what is the most efficient action to take?

A.
Click Step Over to step over the execution of the subprogram.

B.
Click Stop, set a breakpoint immediately after the subprogram code is called, and run the form in debug mode again.

C.
Click Step Out to resume stepping through code after the subprogram is called.

D.
Open the Stack panel, select the previous stack frame, set a breakpoint following the line that cals the subprogram, and click Go.



Leave a Reply 0

Your email address will not be published. Required fields are marked *