]> granicus.if.org Git - python/commit
I've been using gdb a lot lately -- I'm missing 'bt' as a command in
authorGuido van Rossum <guido@python.org>
Sat, 20 Jan 2001 17:57:37 +0000 (17:57 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 20 Jan 2001 17:57:37 +0000 (17:57 +0000)
commit6bd6835c1f68509a0bb9d82f98873a32c1475142
treeeddac08cb457c03247273b9fdae841bbca4acba0
parent663f6c2ad288b2e8bc1a1a50d29e12df4f755d5b
I've been using gdb a lot lately -- I'm missing 'bt' as a command in
pdb (pdb calls it 'where').  Added 'bt' as an alias for 'where'.
Lib/pdb.py