Article from Ho-Wan To
Setting up Debugger for Node.js in Docker with VS code
October 21, 2018Ho-Wan To3 min read
This is a quick guide on how to set up the debugger in VS code server-side for use with Node.js in a Docker container. I recently worked on a project which uses the Koa.js framework as the API. Whilst trying to set up the debugger with VS code, a google search led to several articles that had…
Continue reading →