Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: web.debug.config disables logging of console.log output on Azure web sites [1435]

$
0
0
Currently, to enable remote debugging, we add `--debug` to node.exe command line by (mis)using iisnode/@interceptor to inject it in web.debug.config. While this works, it also disabled the standard interceptor, which is responsible for logging.

Instead, we should use `nodeProcessCommandLine="node.exe --debug"`. We don't have to specify the full path to node.exe, because the right version (the one choosen on the portal) is automatically added to PATH.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>