import pdb `pdb.set_trace()

use n to do next line type in the variable name of the thing you want to check the value of c continue s step q to quit

  • Bound Method: A bound method is a method that is associated with an instance of a class. When you access a method on an instance, Python binds the method to that instance, allowing it to access the instance’s attributes and other methods.
  • Instance<AtsUser: Bowser Koopa> indicates that the method is bound to an instance of the AtsUser class, which represents a user named “Bowser Koopa”.