Debug NodeJS applications with Docker

Stefan Pöltl
5 min readFeb 22, 2021

You covered your codebase with unit tests but you’re still facing some weird bugs from time to time and don’t know how to find the issues in your web application, serverless endpoint or cron job script? This post will guide you through the pain of setting up debuggers in your IDE and describes how a debugger works in detail.

--

--