This course will be retired on July 14, 2025.
Quiz Question 1 of 5
Which of the following statements about breakpoints is FALSE?
Choose the correct answer below:
-
A
A breakpoint is a stopping point where we can take our time to look at the current state of our app.
-
B
A breakpoint is a point in our code where the debugger will break out of normal computation.
-
C
A breakpoint can be added/deleted by clicking next to a line of code in the gutter.
-
D
A breakpoint is the point of code that gets executed when our app breaks.