Pydev Debug error
Answered
My problem is when I put a breakpoint to the code it pass the breakpoint.I debugged the code(also added PYCHARM_DEBUG=TRUE) to envinronmental variables) and below is the error :
pydev debugger: warning: trying to add breakpoint to file that does not exist: c:\users\toshıba\pycharmprojects\untitled10\fzxczxc.py (will have no effect)
Added breakpoint:c:\users\toshıba\pycharmprojects\untitled10\fzxczxc.py - line:2 - func_name:b'None'
Please sign in to leave a comment.
Hi,
Please make sure there is no symlinks (https://youtrack.jetbrains.com/issue/PY-9458).
Try recreating your Project Interpreter.