【已解决】pycharm 不能正常debug,Connected to pydev debugger frame not available

pycharm 2019.02 不能正常debug ,正常设置间断点,正常点击debug按钮,pycharm仅显示Connected to pydev debugger,并且frame中显示 frame not available,如图:

【已解决】pycharm 不能正常debug,Connected to pydev debugger frame not available_第1张图片
Connected to pydev debugger.png

【已解决】pycharm 不能正常debug,Connected to pydev debugger frame not available_第2张图片
frame not available.png

网上有各种针对debugger的,python版本的,甚至是pycharm本身的问题的解释,但如果你遇到的问题和我说的这个高度一致,那十有八九就是下面这个原因:
文件路径的问题,文件路径里面有读取不了的字符,我的文件路径如下:
【已解决】pycharm 不能正常debug,Connected to pydev debugger frame not available_第3张图片
文件路径有无法读取的字符

类似的,如果有 / 、¥$这种符号应该都是不行的,把它删掉就好。
【已解决】pycharm 不能正常debug,Connected to pydev debugger frame not available_第4张图片
修改路径名

【已解决】pycharm 不能正常debug,Connected to pydev debugger frame not available_第5张图片
问题解决

以上
如果帮到你了记得点赞关注,素质三连!

你可能感兴趣的:(【已解决】pycharm 不能正常debug,Connected to pydev debugger frame not available)