简体   繁体   English

将Azure移动服务迁移到应用程序服务(node.js)本地调试

[英]migrated azure mobile service to app service (node.js) debug locally

is there a way to debug azure app service (after migrating from azure mobile services) with node.js backend locally on MAC. 有没有一种方法可以在MAC上本地使用node.js后端调试azure应用程序服务(从azure移动服务迁移之后)。 i heard that one of the benefits for migration is the ability to debug locally. 我听说迁移的好处之一是可以在本地调试。 I looked in the documentation there's no clear tutorial on how to achieve that (specially there's a connection to the sql database that is maps the tables to the api calls. i found the link below but i got confused how it will handle database sql server connections etc.. 我在文档中查看了如何实现该目标的明确教程(特别是到sql数据库的连接,该连接将表映射到api调用。我找到了下面的链接,但我很困惑它如何处理数据库sql服务器连接等等..

build and deploy a node.js api app 构建和部署node.js api应用

According to the article Advanced Debugging of the wiki for Node.js Tools for Visual Studio (NTVS), you can remote debugging of Node.js processes hosted on Windows Azure via Visual Studio with NTVS. 根据用于Visual Studio(NTVS)的Node.js工具Wiki的Advanced Debugging文章,您可以通过带有NTVS的Visual Studio远程调试Windows Azure上托管的Node.js进程。

Althought Visual Studio has been not supported on MAC by now, you can try to use Visual Studio Online service to debug, please see the video Debugging node.js on Channel 9. 尽管MAC上现在不支持Visual Studio,但是您可以尝试使用Visual Studio Online服务进行调试,请在第9频道上观看视频Debuggingnode.js

Any concern, please feel free to let me know. 如有任何疑问,请随时告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM