DEV Community

Discussion on: Fixing Django's "populate() isn't reentrant" by printing traceback

Collapse
 
whtsky profile image
Wu Haotian

PDB is a powerful tool but it's a bit overkill in this case IMO. Simply print call stack from both calls should be enough.