Could someone guide me on debugging PyCharm in step into, over, out or put in a breakpoints. I am using 2017.1 version.
These options are greyed out.
Could someone guide me on debugging PyCharm in step into, over, out or put in a breakpoints. I am using 2017.1 version.
These options are greyed out.
You need to set the breaking points in your code first. After that, all of them will be enabled.
Click on Debug or press shift + F9, then they will be enabled.