Which is a set point that tells the debugger when to pause the execution of code?(1 point)

Responses

set point
set point

break point
break point

stop point
stop point

pause point

1 answer

The correct response is break point. A breakpoint tells the debugger when to pause the execution of code for debugging purposes.