Azure functions: how to debug csx in VS Code

2019-04-29 02:10发布

问题:

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.