Neither pdb or print() displays the bug

Rich Shepard rshepard at appl-ecosys.com
Tue Jun 1 19:01:24 EDT 2021


On Tue, 1 Jun 2021, Dennis Lee Bieber wrote:

> 	I suspect you really should be stepping INTO the calls, not just
> invoking the functions completely and going to the next LOCAL statement.

> $ /development/business_tracker/activitytypes.py(1)<module>()
-> import sys
(Pdb) s
> $ /development/business_tracker/activitytypes.py(2)<module>()
-> import logging
(Pdb) s
--Call--
> <frozen importlib._bootstrap>(978)_find_and_load()
(Pdb) s

Now I'll go learn what this means.

Rich


More information about the Python-list mailing list