Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
PYTHON DEBUGGING: TECHNIQUES & TOOLS VUYISILE NDLOVU @terrameijar
Slide 2
Slide 2 text
Vuyisile Ndlovu @terrameijar vuyisile.com @terrameijar
Slide 3
Slide 3 text
What we’ll cover today ➢ What debugging is ➢ Debugger fundamentals ➢ Debugging tools; pdb, VS Code Debugger ➢ CLI & Visual Debuggers ➢ Demo @terrameijar | vuyisile.com/djcafrica2023
Slide 4
Slide 4 text
DEBUGGING @terrameijar | vuyisile.com/djcafrica2023
Slide 5
Slide 5 text
“Debugging usually means figuring out why a design doesn't work as planned.” – David J Agans
Slide 6
Slide 6 text
DEBUGGER FUNDAMENTALS @terrameijar | vuyisile.com/djcafrica2023
Slide 7
Slide 7 text
- Set Breakpoints - Navigate code - Inspect code - Post mortem and Execution @terrameijar | vuyisile.com/djcafrica2023 Debuggers allow you to
Slide 8
Slide 8 text
DEBUGGING TOOLS @terrameijar | vuyisile.com/djcafrica2023
Slide 9
Slide 9 text
PDB @terrameijar | vuyisile.com/djcafrica2023
Slide 10
Slide 10 text
@terrameijar | vuyisile.com/djcafrica2023
Slide 11
Slide 11 text
@terrameijar | vuyisile.com/djcafrica2023
Slide 12
Slide 12 text
No content
Slide 13
Slide 13 text
HELP
Slide 14
Slide 14 text
- break - print - next - step - continue - until - list - where - quit Commands I like
Slide 15
Slide 15 text
PDB DEMO @terrameijar | vuyisile.com/djcafrica2023
Slide 16
Slide 16 text
VS CODE DEBUGGER @terrameijar | vuyisile.com/djcafrica2023
Slide 17
Slide 17 text
CREATE A DEBUG CONFIGURATION
Slide 18
Slide 18 text
SELECT CONFIGURATION TYPE
Slide 19
Slide 19 text
VS CODE DEBUGGER CONTROLS
Slide 20
Slide 20 text
VS CODE DEMO @terrameijar | vuyisile.com/djcafrica2023
Slide 21
Slide 21 text
Conclusion
Slide 22
Slide 22 text
https://wiki.python.org/moin/PythonDebuggingTools https://docs.python.org/3/library/pdb.html https://realpython.com/python-debugging-pdb/ https://github.com/pdbpp/pdbpp ADDITIONAL RESOURCES @terrameijar | vuyisile.com/djcafrica2023
Slide 23
Slide 23 text
Thanks vuyisile.com/djcafrica2023 @terrameijar
Slide 24
Slide 24 text
CREDITS: This presentation template was created by Slidesgo, including icons by Flaticon, infographics & images by Freepik