Debugging with breakpoint in Python

preview_player
Показать описание
Need to troubleshoot an error in your Python code? Use Python's built-in `breakpoint` function to launch the Python debugger.

00:00 A broken Python program
00:30 Using breakpoint to launch the Python debugger
00:57 PDB is not a Python REPL
01:31 PDB commands: listing and moving to the next line
01:56 Running Python code in PDB
03:14 Fixing the bug
03:32 Useful PDB commands
04:03 Summary
Рекомендации по теме
Комментарии
Автор

Did not know about this debug built-in function. It's nice, easy and clean. Thank you.

hrvojematosevic
join shbcf.ru