带有Visual Studio代码的ptvsd“ pydev调试器:警告:试图将断点添加到不存在的文件中”

时间:2018-10-11 12:57:07

标签: python debugging visual-studio-code

当我从Visual Studio代码(Windows计算机)到Raspberry PI运行以下调试时。我两次收到以下错误:

  

pydev调试器:警告:尝试向该文件添加断点   不存在:   /home/pi/testdebug/C:/IOT/Github/RaspberryPi/test_remote_debug/test_remote_debug.py   (将无效)

     

pydev调试器:警告:尝试向该文件添加断点   不存在:   /home/pi/testdebug/C:/IOT/Github/RaspberryPi/ReadPressure/Testing_bar_broke_notification.py   (将无效)

这是lauch.json中的设置:

@Autowired
public Processor(
            List<AbstractDetector> detectors, 
            ) {
        this.detectors = detectors;

    }

有什么想法让我立即开始工作吗?

0 个答案:

没有答案