Guest User

Untitled

a guest
Dec 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. foo()
  2. import pdb; pdb.set_trace()
  3. bar()
  4.  
  5. foo()
  6. breakpoint()
  7. bar()
Add Comment
Please, Sign In to add comment