0

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.

Johnseito
  • 315
  • 1
  • 9
  • 24

2 Answers2

0

You need to set the breaking points in your code first. After that, all of them will be enabled.

user1
  • 391
  • 3
  • 27
0

Click on Debug or press shift + F9, then they will be enabled.

Sam Hanley
  • 4,707
  • 7
  • 35
  • 63
elmi
  • 166
  • 1
  • 9