有人知道如何将Visual Studio代码附加到进程吗?
我需要调试Excel文件。为此,我必须将Visual Studio Code附加到它。我可以附加普通的Visual Studio,但是当处理一组python文件时,Intellisense根本无法正常工作。
我尝试了像我们这样的不同配置:
{
"name": "Python: Attach",
"type": "node",
"request": "attach",
"processId": "${command:PickProcess}"
},
但是我做不到我所需要的。我在一些论坛中进行了搜索,但没有找到任何有效的解决方案。
致谢