pycharm remote debugging code sets

https://www.cnblogs.com/xuegqcto/p/8621689.html

pycharm

1. Set deployment

1.1 tools-> deployment-> configuration setting information

1.2 Set sftp, attention "Root path" is the root directory, Mappings are secondary directory

Add sever140 deployment in connection settings

Choose "Advanced options" is set as follows:

1.3 in Deployment in Mappings

1.4 check on the deployment of the Automatic Upload (always)

 

2. Set remote device test python ide

2.1 Setting ssh interpreter

2.2 Setting SSH Interpreter, select server140, point NEXT

2.3 Sync folders provided in the Local Path Remote Path

3. download from server to local, choose Folder -> Right Click -> Deployment-> Download from server140

2.4 operation, display debugging success.

 

 

 

 

 

Published 117 original articles · won praise 20 · views 330 000 +

Guess you like

Origin blog.csdn.net/u010719917/article/details/89341499