Skip to content

Latest commit

 

History

History

17-C03V12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

C03V12 - Debugging with pdb

In this video, we explore Python's built-in debugger.

A quick cheathseet:

  • l / ll - show where we are
  • w - print the stack trace
  • n - next
  • c - continue until next breakpoint or program end

Materials

Additional materials