Debugging: Prevent Source Files Opening

When debugging, the imported file where the exception was caught is opened and at my level I simply am not needing to reference them. Also when stepping out of the file it opens all in the chain.. Is it possible to prevent them from opening?

0

Hello, 

 

Please check the option "Do not step into library scripts" https://www.jetbrains.com/help/pycharm/stepping-through-the-program.html#step-into

 

Let me know if that answers your question. 

1

Thank you. It didn't turn up in my settings search because I had searched for module. The python standard library is a set of modules. Would it maybe be more accurate to use the term module here? I think the only time library is mentioned in the docs is the w/r to the standard library. You never import the standard library, just certain modules from within it. Here is a little bit of context and a discussion on the different terms. 

0

请先登录再写评论。