]> granicus.if.org Git - python/commit
Ad primitive debugger interface (so far it will step and show you the
authorGuido van Rossum <guido@python.org>
Tue, 13 Oct 1998 23:51:13 +0000 (23:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Oct 1998 23:51:13 +0000 (23:51 +0000)
commit35f7542e83edc25c99391359d5bf54ed7fe37b6e
treed164f964286ba41a1e55d5e877cf27bac15ea248
parentf035d3bfe13fe52a90bd3e3c65ee35b1cb652cf6
Ad primitive debugger interface (so far it will step and show you the
source, but it doesn't yet show the stack).
Tools/idle/Bindings.py
Tools/idle/Debugger.py [new file with mode: 0644]
Tools/idle/PyShell.py