1. 第一步:设置服务器中的解释器
2. 第二步:在服务器中安装pydevd
1 | pip install pydevd |
3. 第三步:在本地设置监听配置
run -> Edit Configurations -> “+” -> Python Debug Server
右侧具体信息中填写三项:
1 | IDE host name: 本地IPv4的地址 |
4. 第四步:将如下代码插入至远程计算机的应用程序中
1 | # 插入位置为需要Debug的地方 |
1 | pip install pydevd |
run -> Edit Configurations -> “+” -> Python Debug Server
右侧具体信息中填写三项:
1 | IDE host name: 本地IPv4的地址 |
1 | # 插入位置为需要Debug的地方 |