]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Return self.trace_dispatch from dispatch_return() to enable stepping through generato...
authorJust van Rossum <just@letterror.com>
Mon, 25 Jun 2001 18:01:24 +0000 (18:01 +0000)
committerJust van Rossum <just@letterror.com>
Mon, 25 Jun 2001 18:01:24 +0000 (18:01 +0000)
commitae1f65ff825f72f3972e503036966e206f5b39fa
treea88e4e0914cb014e8876e8d59e1db94372e75378
parentb037d332454053d98b9ca36950891deb292095c6
Return self.trace_dispatch from dispatch_return() to enable stepping through generators. (An alternative would be to create a new "yield" debugger event, but that involves many more changes, and might break Bdb subclasses.)
Lib/bdb.py