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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b937-2ba98.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b937-2ba98.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?