Open
Description
Today I was trying to debug an issue where a function of mine was unexpectedly being called from two places. I was using debug()
within the function, but it only reports the file/line number/function that it was directly invoked from, which in this case I knew. I wanted to know where this function was being called from, so I looked for a way to get a full stack trace by doing something like debug(trace=True)
. As far as I can tell, this option doesn't exist yet.
Is there interest in adding such an option? If so, I could probably try to make a PR in the near-ish future.
Metadata
Metadata
Assignees
Labels
No labels