Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 TS 中定义了一个堆栈,无法理解发生了什么。
有没有办法将 Visual Studio Code 调试器附加到 pulumi?
自 2018 年 5 月以来,这似乎是一个未解决的问题。看起来还有很多工作要做才能实现这一点。
https://github.com/pulumi/pulumi/issues/1372
我的 vscode 版本:
❯ code --version 1.63.0 7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e x64
package.json:
package.json
注意脚本部分上方的“调试”提示。在第 5 行和第 6 行之间。您可以单击它,vscode 将打开一个调试控制台。完美运行。
您可以在 javaScript 调试终端中使用。这可以在 Visual Studio Code 的左侧面板中找到,正是运行选项。此选项提供一个 JavaScript 调试终端按钮,这将打开一个带有附加调试器的新终端。这对我有用