Add Python debug snippet
This commit is contained in:
parent
5f2c45050c
commit
f717fd0468
@ -10,3 +10,6 @@ snippet main
|
|||||||
main()
|
main()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
exit(130)
|
exit(130)
|
||||||
|
|
||||||
|
snippet debug
|
||||||
|
import ipdb; ipdb.set_trace()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user