Replies: 3 comments 4 replies
-
No, there isn't. But this could be an interesting feature. Though not easy to define. Let's take a look at a simple
What frames would you like to ignore here? Which ones would you like to see? Feel free to post a backtrace from one of your actual errors |
Beta Was this translation helpful? Give feedback.
-
Aren't they hidden by default under a "more" button? At least in my slime, the backtrace like this: And only after clicking it expands: |
Beta Was this translation helpful? Give feedback.
-
Pycharm calls the feature I am describing here "step into my code":
Reference: https://www.jetbrains.com/help/pycharm/stepping-through-the-program.html#step-into-my-code |
Beta Was this translation helpful? Give feedback.
-
Is there a way to ignore the stack frames that belong to sly or slime code?
I just want to know if it is possible to remove or filter out those stack frames since they are noise to my debugging experience.
Beta Was this translation helpful? Give feedback.
All reactions