当我从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;
}
有什么想法让我立即开始工作吗?