I am trying to debug python code in Pycharm. I assign a break-point on a line using ctr+F8 and then debug using the debug icon on top right corner.
However the execution does not stop at the breakpoint and whole code is executed. I am trying to stop the execution at breakpoint and then execute the code line by line while checking the variable values.
What possibly I am doing wrong? It does not work on other code files which I created for checking.