Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 12)
12.
In Python, what does the breakpoint() function do?
Exits the program immediately
Inserts a breakpoint in the code for debugging
Prints debugging information to the console
Skips the next loop iteration
Answer: Option
Explanation:
The breakpoint() function is used to insert a breakpoint in the code for debugging, allowing interactive debugging at that point.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.