There is Visual Studio code for debugging in Chrome : a debugger for extending Chrome . You can find this extension on the market, search for the debugger, as described in the debugging manual . Unfortunately, there is currently no support for other browsers,
Debugging node.js works out of the box, see the debugging guide above or John Papa's post.
Debugging both the client and the server (as Phil noted) is not possible, at least in my opinion, since you need to have two different launch configurations, sorry.
source
share