skip to Main Content

I use Visual Studio’s Node debugger on a website on the MEAN stack (Typescript on server side, Angular 2 on client side).

I was used to see VS terminal open when I "Run: script dev" and see the logs scroll in it.

Since yesterday, running the debugger makes nothing happen in the terminal.

I’ve tried to:

  • reboot VS
  • reboot the laptop
  • remove, autoremove, purge and reinstall VS
    But the problem remains.

However it still works on my back-up laptop.

I really need to debug.

configuration:

  • Ubuntu 22
  • Visual Studio 1.71.0

2

Answers


  1. Chosen as BEST ANSWER

    It seems related to last VS Code version: it works with the previous one.


  2. please make sure you have added commands in your launch.json

    launch.json

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search