看起来,在运行vscode的mac上调试一个用yo office创建的office加载项看起来并不正常。
我可以运行加载项,位调试不工作,无论是在网络上,也不是在Mac上的桌面版本。
有人能修好吗?
使用Web版本,导致无法加载https://127.0.0.1:3000/manifest.xml。使用桌面版本会出现错误消息,提示:
[vscode-debugger-extension-for-office-addins] Error processing "attach": Microsoft Office Add-in Debugger is only supported on Windows 10 version 1903 (build 10.0.18362) and greater.
字符串
尝试在MacOS Macbook Pro上成功调试Office加载项
1条答案
按热度按时间6tdlim6h1#
如果您有在任务窗格或内容外接程序中显示UI的外接程序,则可以使用
Safari Web Inspector
调试Office外接程序。有关详细信息,请参阅Debug Office Add-ins on a Mac。