Debugging a Deno program with VSCode
Dec 7, 2024 · 5 min read · In this article, we will go through the entire process of set up Visual Studio Code for debugging “Deno” programs using “V8 Inspector Protocol”. Step-by-step, we will be learning how to configure VSCode to debug a Deno project. If you don’t know Deno...
Cmaggie commented

