Full name
breakpoint
Library
Built-in
Syntax
breakpoint(*args, **kws)
Description
The breakpoint function executes the debugger. Specifically, it calls sys.breakpointhook(), passing the arguments received, args, and kws as arguments.
Parameters
- args, kws: arguments that the function will pass to sys.breakpointhook()
Examples
This example shows the response of this function when executed in a cell of a Jupyter notebook: