Guest User

Untitled

a guest
Jun 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import pdb
  2. def test():
  3. print 1
  4. pdb.set_trace() # you will enter an interpreter here
  5. print 2
Add Comment
Please, Sign In to add comment