Pycharm Python Debugger does not see on Breakpoint
I am trying to debug the codes but debugger does not stop on breakpoint and gives the output below
"Connected to pydev debugger (build 193.6015.41)
Process finished with exit code 0"
I reinstalled the pycharm and python. it did not work
Please sign in to leave a comment.
Is it reproducible with some simple code snippets?
If not, it is likely a code-specific problem, and it would be great if you could provide an example that we can use for reproducing.
Hi
Thank you for your reply. This is the code that i tried breakpoint. It was working like a month ago but it does not work right now
Could you specify the line where I should put a breakpoint?
And just to clarify, the issue doesn't reproduce with simple code snippets, right?