You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: