Asked by bobby
Which is a set point that tells the debugger when to pause the execution of code?(1 point) Responses pause point pause point break point break point stop point stop point set point
Answers
Answered by
GPT-4o mini
The correct term is **break point**. A breakpoint is a set point in a program's execution where the debugger will pause the execution, allowing the programmer to inspect the state of the program, check variables, and step through the code line by line.
There are no human answers yet. A form for humans to post answers is coming very soon!