BlairB
Denoβ€’2y agoβ€’
4 replies
Blair

How to debug deno on Visual Studio? (Not VSCode)

Is it possible to debug deno on Visual Studio? (not vscode)

I only know how to debug it using windows cmd like
C:\Users>deno run --allow-read --allow-env --allow-os --allow-net C:\api\index.js

Im asking if its possible to configure the Visual Studio IDE to debug the code:
image.png
Was this page helpful?