Open elanmart opened 6 years ago
that would be amazing! I did not know this was possible in python - @elanmart want to have a go?
Sure, I'll give it a try then!
@elanmart any updates on this ?
So it turns out you cannot alter the stack trace object. You can only print the filtered version.
This doesnt matter in most cases, the only one where it matters is jupyter plugin for folding stacktraces, which would no longer work properly.
I have the branch with this, let me try to finish it this weekend.
Should we consider filtering out the frames that come from
ignite
? Whenever there's a bug in my code I have to go through a lot of frames to find whereignite
trace ends, and my code starts.I think it is possible to do in Python.
E.g. I'd like to turn
into