Add Python debug snippet

This commit is contained in:
Kenneth Benzie (Benie) 2024-05-09 11:50:36 +01:00
parent 5f2c45050c
commit f717fd0468

View File

@ -10,3 +10,6 @@ snippet main
main()
except KeyboardInterrupt:
exit(130)
snippet debug
import ipdb; ipdb.set_trace()