简体   繁体   中英

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. 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..

build and deploy a node.js api app

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.

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.

Any concern, please feel free to let me know.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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