nerdexam
Oracle

1Z0-141 · Question #82

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…

The correct answer is C. Click Step Out to resume stepping through code after the subprogram is called. See the full explanation below for the reasoning.

Question

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, how can you immediately jump to the next line of code after the call to the subprogram?

Options

  • AClick Step Over to step over the execution of the subprogram.
  • BOpen the Stack panel, select the previous stack frame, and click Go.
  • CClick Step Out to resume stepping through code after the subprogram is called.
  • DYou cannot do this in the same debug session. Click Stop, set a breakpoint immediately after

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    80% (16)
  • D
    10% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-141 Practice