Inputting 'w(here)' into the IPDB or RDB will print out a stack trace.
Is there a way to do this without entering set_trace()
?
I guess what I'm imagining would be something like print(w)
, or otherwise simply printing the stacktrace at the point where I set_trace()
.