- http://plasmodic.github.io/ecto/ecto/usage/external/debugging.html
- https://lists.gt.net/python/python/1132756
1$ gdb --args python script.py
2[... GDB info ...]
3(gdb) run
4[... oooh crashes \o/ ...]
5(gdb)
1$ gdb --args python script.py
2[... GDB info ...]
3(gdb) run
4[... oooh crashes \o/ ...]
5(gdb)