published by | Adam Johnson |
---|---|
in blog | Adam Johnson |
original entry | Django: fix a view using a debugger with breakpoint() |
Python’s breakpoint()
function opens its debugger, pdb, which pauses the program and allows you to inspect and modify things.
Let’s look at an example of …