2
I’m using Visual Studio Code and I’m not able to debug a nodejs for it.
If I put one breakpoint anywhere in my app.js and start debug, it works, but when I already have it in the browser and switch to another route, for example, nothing happens.
Updating the page while it is on the root route (/), also nothing happens.
It’s only triggered the first time.
I’m starting now to use nodejs + visual studio code and would like to know if someone could guide me and explain how debug works.