Force Step in is not enabled Follow
I don't understand step in functionality while debugging python. Pycharm pro, v 2016.1.2
I want to step into to a call into a site library. But the force stepin icon is greyed out (inactive) and the 'smart step in' just skips over.
If I command-B on the function to see the library source code and put a breakpoint there, pycharm will break there. But why can't I step in to library code?
Please sign in to leave a comment.
I have this same issue, and would love to know what the answer is
There are settings to enable/disable stepping into library code in [File | Settings | Build, Execution, Deployment | Debugger | Stepping].
If this doesn't work, you can provide a code example so we could investigate why the stepping doesn't work in this particular example.