Here is some sample code showing how to use the `breakpoint()` function in your Python code
Here is a GIF that shows how to run the code. When a breakpoint is reached, the Python debugger (pdb) will launch automatically
If you'd like to learn more about debugging your #Python code with `breakpoint()` and the `pdb` module, you should check out my tutorial @mousevspython