当前位置:网站首页>Pycharm remote ssh pyenv error: pydev debugger: warning: trying to add breakpoint to file that does
Pycharm remote ssh pyenv error: pydev debugger: warning: trying to add breakpoint to file that does
2022-07-03 07:44:00 【yingchenwy】
本地pycharm使用的远程服务器上的conda python环境,在pycharm执行某个py文件,debug时,报错如下:

解决办法:
打开配置界面如下图:

注意,红框内,为空。
修改为如下图:
也就是说,把本地项目路径和远程服务器上的项目文件夹路径对应好,即可。
边栏推荐
- Go language - loop statement
- PHP wechat red packet grabbing algorithm
- 技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验
- Harmonyos third training notes
- Go language foundation ----- 06 ----- anonymous fields, fields with the same name
- GoLang之结构体
- PAT甲级 1030 Travel Plan
- Screenshot tool snipaste
- Technology dry goods | Roberta of the migration of mindspore NLP model - emotion analysis task
- Microsoft Security Response Center
猜你喜欢

Robots protocol

技术干货|AI框架动静态图统一的思考

Analysis of the problems of the 10th Blue Bridge Cup single chip microcomputer provincial competition

什么是数据类型?数据类型有什么用?

Go language foundation ----- 05 ----- structure

Go language foundation ----- 08 ----- interface

Redis批量启停脚本

Technical dry goods | Bert model for the migration of mindspore NLP model - text matching task (2): training and evaluation

Go language foundation ----- 18 ----- collaboration security, mutex lock, read-write lock, anonymous lock, sync Once

技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验
随机推荐
Enter three times and guess a number
Technical dry goods | some thoughts on the future of AI architecture
Redis profile
Collector in ES (percentile / base)
技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验
Go language foundation ----- 06 ----- anonymous fields, fields with the same name
【LeetCode】3. Merge two sorted lists · merge two ordered linked lists
优质博客——
Structure of golang
How does yarn link help developers debug NPM packages?
Static keyword
[step on the pit series] MySQL failed to modify the root password
[at] ABC 258g - Triangle triples reachable - violence
The difference between hdmi2.1 and hdmi2.0 and the conversion of PD signals.
Traversal in Lucene
创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
Go language foundation ----- 15 ----- reflection
PAT甲级 1029 Median
LwIP learning socket (API)
PHP微信抢红包的算法