Where would you set a breakpoint to debug the issue?

Consider a case where a view does not load with the expected data. Where would you set a breakpoint to
debug the issue? (Choose the best answer.)

Consider a case where a view does not load with the expected data. Where would you set a breakpoint to
debug the issue? (Choose the best answer.)

A.
the executable binding for the iterator on the pagedef for the view

B.
a router activity that is used to determine where to send the user after selecting a row in the view

C.
the partialTriggers property of the data bound component in the view

D.
the value binding for the iterator on the pagedef for the view

Explanation:
You use the ADF Declarative Debugger features in JDeveloper to declaratively set breakpoints on ADF task
flow activities, page definition executables, method, action, and value bindings, and ADF Lifecycle phases.
The Declarative Breakpoint Before/After attribute value binding pauses debugging before or after the attribute’s
setInputValue() ADF source code method is executed. New values will be the parameters to setInputValue().
http://docs.oracle.com/cd/E15586_01/web.1111/b31974/web_testdebug.htm#CEGDBFGG



Leave a Reply 0

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