如何远程调试Java Azure函数

时间:2019-12-26 15:16:09

标签: azure visual-studio-code azure-functions

我正在尝试调试azure函数。 在本地它是不错的,但是我不明白如何从门户网站进行远程操作,或者通过将远程功能连接到本地vs代码并以这种方式进行调试,这是可能的。 这对于mt很重要,因为此函数从azure逻辑应用程序服务获取带有日期的请求。 我找到了这个link。但它不能识别dbgproxy字。 我将不胜感激。

1 个答案:

答案 0 :(得分:0)

要为remote debugging启用Java functions,将更改所选功能应用程序的以下配置:

Enter your regex:     
Enter input string to search: xx
I found the text "" starting at index 0 and ending at index 0.
I found the text "" starting at index 1 and ending at index 1.
I found the text "" starting at index 2 and ending at index 2.

Enter your regex: 
Enter input string to search: 
I found the text "" starting at index 0 and ending at index 0.

Enter your regex: x??
Enter input string to search: 
I found the text "" starting at index 0 and ending at index 0.