Python ipynb calls the code of py, how to debug the code in py

1. Using ipynb, you can debug in ipynb, but you can"t debug by calling the code add breakpoint in python. Is there any good way to debug?

May.24,2022

you can use pdb to debug. Specific tips can be found in the following article:
pythondebugger/index.html" rel=" nofollow noreferrer "> Python code debugging skills

Menu