so Debugging also possible by line-by-line Debugging like ( a=10,b=10,print(a+b) ) when i was write another program its also runs fine but when Dubugging the code its not Debugging it was just Runs can anyone help me
Answered

Please sign in to leave a comment.
There is a problem with hitting breakpoint on the first line of code https://youtrack.jetbrains.com/issue/PY-37355
Just put the breakpoint on the first line of code in your function.