Hi, your project is great but I have a question 🙂
With the bt command I can have access to the stack trace from a python process.
But using an asyncio.run on the root of a python script, makes the stack trace not really usefull.
So here is my question; Is there a way to only print the stack trace related to our scripts? Thanks
Hi, your project is great but I have a question 🙂
With the
btcommand I can have access to the stack trace from a python process.But using an
asyncio.runon the root of a python script, makes the stack trace not really usefull.So here is my question; Is there a way to only print the stack trace related to our scripts? Thanks