Angular MCQs with Answers

How would you debug and evaluate the response of the http.get function (using HttpClient) using a debugger?
A)
You cannot place breakpoints on asynchronous operators
B)
Place a breakpoint on the function that calls the http.get
C)
Place a breakpoint on the http.get
D)
Place a breakpoint inside one of the functions inside the pipe call

Correct Answer :   Place a breakpoint inside one of the functions inside the pipe call