breakpoint(): Start Debugger Function
1 Description
The Python breakpoint
function will halt execution of the python
program and will start the debugger passing to the debugger the arguments which
are passed to the breakpoint
function.
This document was last updated: