[issue23331] Add non-interactive version of Bdb.runcall

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue23331] Add non-interactive version of Bdb.runcall

2015-01-27 Thread Isaac Jurado
New submission from Isaac Jurado: The Bdb.runcall method shows a prompt right at the beginning of the function. If breakpoints are defined, it is sometimes handy to skip the prompt until the next breakpoint, if any. This use case came up in our development environment for a Django application