ipdb 83 B

12345
  1. # -*- mode: snippet -*-
  2. # name: ipdb
  3. # key: ipdb
  4. # --
  5. import ipdb; ipdb.set_trace()