]> granicus.if.org Git - python/commit
- New function sys.call_tracing() allows pdb to debug code
authorGuido van Rossum <guido@python.org>
Wed, 9 Apr 2003 19:06:21 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Apr 2003 19:06:21 +0000 (19:06 +0000)
commita12fe4e81fa3221458e16225e76ec7b8a05820ee
tree05f9ba6e5dab68aa1627e340aa1b6f2437c8e302
parent12dd7b12c6bce882a7e789173760abab62c80304
- New function sys.call_tracing() allows pdb to debug code
  recursively.
- pdb has a new command, "debug", which lets you step through
  arbitrary code from the debugger's (pdb) prompt.
Include/eval.h
Lib/pdb.py
Misc/NEWS
Python/ceval.c
Python/sysmodule.c