如何在本地调试使用 Visual Studio 代码在 PowerShell 中编写的队列触发的 Azure 函数?

How to locally debug a Queue triggered Azure Function wirtten in PowerShell with Visual Studio Code?

我想了解一些关于如何做这样的事情的信息。

我已经为 Visual Studio 代码安装了 plugins,我在我的程序开头导入了 modules PowerShell 脚本,我用适当的模块名称填充了 requirements.psd1。 尽管如此,当我启动命令时,什么也没有发生。

我的目标是使用 PowerShell 在 Microsoft Teams 中创建一个团队。

我设置了一个断点,但从未达到。 我做错了什么?

谢谢。

将以上评论总结如下,供其他社区参考:

Just wait for some minutes until the powershell terminal displays some relevent information. Otherwise that means it is importing/installing modules. We can also refer to the provided by Mathias in the comments.