|
|
|
|
|
by bqe
4591 days ago
|
|
I've used pdb.set_trace() before when I had a series of complex breakpoints. I kept them in my git stash. Perhaps I should add a pre-commit hook to grep for pdb.set_trace() and reject commits with that in them. http://stackoverflow.com/a/10840525/2151949 |
|