【发布时间】:2016-06-08 11:40:57
【问题描述】:
我在 Azure 上部署了一个瓶子网站,但它显示 500(内部错误)并且我看不到日志。我参考https://github.com/Microsoft/PTVS/wiki/Azure-Remote-Debugging 来调试我的项目,但它失败了。 它显示如下错误消息。
could not attach to python.exe process on Azure web site at testpybottleapp.azurewebsites.net.
Error retrieving websocket debug proxy information from web.config.
当我尝试打开http://testpybottleapp.azurewebsites.net/ptvsd 时,它显示ptvsd not existed。
【问题讨论】:
-
要启用 Azure 应用服务的远程调试,需要在调试模式下发布应用。您是否在调试模式下发布过?见github.com/Microsoft/PTVS/wiki/…
标签: python azure remote-debugging ptvs