I'm trying to debug an Azure function (CSX) on localhost in Visual Studio Code. I can attach a debugger, but I cannot put a breakpoint. Should I install something?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Currently, Functions CSX debugging in VS Code is not supported. VS Code debugging does not support full/desktop CLR, which is what CSX functions target.